[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Liest oder schreibt einen Wert,
der angibt ob der Eingang mit einem Token 'NotSet' belegt
werden soll, sobald die Verbindung getrennt wird.
Namespace: DynamicNode.Core.NodesAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
| C# |
|---|
public override bool UpdateWithNotSetAtDisconnect { get; set; } |
| Visual Basic |
|---|
Public Overrides Property UpdateWithNotSetAtDisconnect As Boolean
Get
Set |
| F# |
|---|
abstract UpdateWithNotSetAtDisconnect : bool with get, set
override UpdateWithNotSetAtDisconnect : bool with get, set |
Field Value
true wenn der Eingang mit einem Token 'NotSet' belegt
werden soll, sobald die Verbindung getrennt wird, sonst
false.
See Also