IntegerNodeIConfigurableIntegerNodeIncrementConfig Property

CVB.Net Documentation
Gets and sets the increment configuration of this integer node.

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

ValueVariant<IConfigurableIntegerBaseNode, long> IConfigurableIntegerNode.IncrementConfig { get; set; }

Property Value

Type: ValueVariantIConfigurableIntegerBaseNode, Int64

Implements

IConfigurableIntegerNodeIncrementConfig
Remarks

This defines the value from which the Value must be a multiple of.

Set operation is only possible as long as the GevServer is in ConfigurationState.

See Also

Reference