ValidateCollectionAttributeValidationType Property |
Namespace: ConnectedApps.Cms.Entities.DataAnnotationsAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Type ValidationType { get; set; }
Public Property ValidationType As Type
Get
Set
public:
property Type^ ValidationType {
Type^ get ();
void set (Type^ value);
}
member ValidationType : Type with get, set
Property Value
Type:
Type
See Also