Property.GetDefaultPropertyValidators Method
Gets the set of default property validators this Property.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Protected Overridable Function GetDefaultPropertyValidators As IEnumerable(Of Validator)
protected virtual IEnumerable<Validator> GetDefaultPropertyValidators()
protected:
virtual IEnumerable<Validator^>^ GetDefaultPropertyValidators()
protected function GetDefaultPropertyValidators() : IEnumerable<Validator>
Return Value
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace