|
WSValidationDetailEnumeration Property |
Namespace: Infosoft.Common.Contracts.DataContracts.UserRegisterAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public int Enumeration { get; set; }
No code example is currently available or this language may not be supported.
Property Value
Int32Remarks 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