Provides access to the property representing the digits used to assign this code (use Property.Digits.)

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public GeneralConfigurationProperty<WrapUpCodeConfiguration..::..Property, string> Digits { get; }
Visual Basic
Public ReadOnly Property Digits As GeneralConfigurationProperty(Of WrapUpCodeConfiguration..::..Property, String)
	Get

Field Value

The property representing the digits used to assign the code.

Remarks

The digits are a numeric code that is entered to reference the wrap-up code. The Digits value must be unique across the wrap-up codes, including leading zeroes.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 1 and beyond.

See Also