Share via


ValidatingValueBase.ValidationRules Property

Definition

Gets the collection of validation rules used to validate the value.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Management::UI::Internal::DataErrorInfoValidationRule ^> ^ ValidationRules { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Management::UI::Internal::DataErrorInfoValidationRule ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Management.UI.Internal.DataErrorInfoValidationRule> ValidationRules { get; }
member this.ValidationRules : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Management.UI.Internal.DataErrorInfoValidationRule>
Public ReadOnly Property ValidationRules As ReadOnlyCollection(Of DataErrorInfoValidationRule)

Property Value

Applies to