IConfigurableNodeIsLockedConfig Property

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

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

IConfigurableIntegerBaseNode IsLockedConfig { get; set; }

Property Value

Type: IConfigurableIntegerBaseNode
IConfigurableIntegerNode which states that this node is read only 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