Click or drag to resize

UserIDGeneratorParametersPostfixSequenceLength Property

Minimum length of the postfixed sequence number. Example: if the PostfixSequenceLength is 4 and a sequence number of 147 is generated the value "0147" is postfixed. Is only used if PostfixSequence is true.

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public int PostfixSequenceLength { get; set; }

Property Value

Type: Int32
See Also