NodeIsAvailableConfig Property

CVB.Net Documentation
Gets or sets the node that specifies whether a node is currently available or not.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public IntegerBaseNode IsAvailableConfig { get; set; }

Property Value

Type: IntegerBaseNode
IConfigurableIntegerNode which states that this node is available when unequal zero. for keeping the original AccessMode.
Remarks

Set operation is only possible as long as the GevServer.State is Configuration.
See Also

Reference