IntegerNodeIncrementConfig 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

public virtual ValueVariant<IntegerBaseNode, long> IncrementConfig { get; set; }

Property Value

Type: ValueVariantIntegerBaseNode, Int64
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