ValidationRule.RuleDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This method is no longer used. Use DescriptionAttribute on the class to set a description for this rule.
public:
virtual property System::String ^ RuleDescription { System::String ^ get(); };
[System.Obsolete("This method is no longer used. Use DescriptionAttribute on the class to set a description for this rule.", false)]
public virtual string RuleDescription { get; }
[<System.Obsolete("This method is no longer used. Use DescriptionAttribute on the class to set a description for this rule.", false)>]
member this.RuleDescription : string
Public Overridable ReadOnly Property RuleDescription As String
Property Value
- Attributes