[]
Gets or sets the validate mode.
public ValidateMode ValidateMode { get; set; }
Public Property ValidateMode As ValidateMode
Type | Description |
---|---|
ValidateMode | One of the ValidateModeEx enumeration values. The default is ValidateEx. |
The property retrieves the validate mode.
Type | Condition |
---|---|
InvalidEnumArgumentException | A value that is not within the range of valid values for the enumeration was assigned to the property. |