ValidatorRule.RulesetName Property

Gets or sets the ruleset name to use when validating.

Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WPF
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WPF (in Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WPF.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public string RulesetName { get; set; }
'Declaration
Public Property RulesetName As String
    Get
    Set
public:
property String^ RulesetName {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: String

See Also

ValidatorRule Class

ValidatorRule Members

Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WPF Namespace