ValidationProvider.RulesetName Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Gets or sets the name of the ruleset to use when retrieving validation specifications.
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms (in Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.dll)
Syntax
'Declaration
PublicPropertyRulesetNameAs String
public string RulesetName { get; set; }
public:
property String^ RulesetName {
String^ get ();
voidset (String^ value);
}
publicfunction getRulesetName () : String
publicfunction setRulesetName (value : String)
See Also
Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |