NodeIConfigurableNodeIsLockedConfig 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 IConfigurableNode.IsLockedConfig { get; set; }

Property Value

Type: IConfigurableIntegerBaseNode
IConfigurableIntegerNode which states that this node is read only when unequal zero. for keeping the original AccessMode.

Implements

IConfigurableNodeIsLockedConfig
Remarks

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

Reference