[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt einen Wahrheitswert zurück, welcher angibt ob der Knoten aktiv ist oder nicht.
Namespace: DynamicNode.Ext.RemotingAssembly: DNExtRemoting (in DNExtRemoting.dll) Version: 1.0.4679.19834 (1.0.0.0)
Syntax
C# |
---|
public bool IsActive { get; } |
Visual Basic |
---|
Public ReadOnly Property IsActive As Boolean
Get |
F# |
---|
abstract IsActive : bool
override IsActive : bool |
Field Value
true, wenn dieser Knoten aktiv ist, sonst
false.
Implements
IRemoteNode..::..IsActive
See Also