ValidatingViewModelBase.ValidationRules Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
A collection of validation rules.
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property ValidationRules As List(Of ValidationRule)
public List<ValidationRule> ValidationRules { get; }
public:
property List<ValidationRule^>^ ValidationRules {
List<ValidationRule^>^ get ();
}
member ValidationRules : List<ValidationRule> with get
function get ValidationRules () : List<ValidationRule>
Property Value
Type: System.Collections.Generic.List<ValidationRule>
Returns List<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.