Ms > Ms Assembly Interfaces > IValidationMetaAttributes
The IValidationMetaAttributes interface contains properties and methods used to work with the collection of attributes required to validate data.
Property name | Brief description | |
![]() |
The Count property returns the number of attributes in the collection. | |
![]() |
The Item method returns an attribute from the collection by its index. |
Method name | Brief description | |
![]() |
The Add method adds an attribute to the collection. | |
![]() |
The Clear method clears attribute collection. | |
![]() |
The Remove method removes an attribute from the collection by its index. | |
![]() |
The RemoveByKey method removes an attribute from the collection by its key. |
See also: