Click or drag to resize
Infosoft Logo

WSValidationDetailEnumeration Property


Namespace: Infosoft.Common.Contracts.DataContracts.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public int Enumeration { get; set; }

Property Value

Int32
Remarks
The enumeration of a WSValidationDetail object is the number of this detail within its WSValidation. For example, if there are three ValidationDetail objects for some Validation, each ValidationDetail will have an enumeration value from 1 to 3.
See Also