FieldValidationMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a container for client-side field validation metadata.
public class FieldValidationMetadata
type FieldValidationMetadata = class
Public Class FieldValidationMetadata
- Inheritance
-
FieldValidationMetadata
Constructors
FieldValidationMetadata() |
Initializes a new instance of the FieldValidationMetadata class. |
Properties
FieldName |
Gets or sets the name of the data field. |
ReplaceValidationMessageContents |
Gets or sets a value that indicates whether the validation message contents should be replaced with the client validation error. |
ValidationMessageId |
Gets or sets the validator message ID. |
ValidationRules |
Gets the client validation rules. |