ValidationRule.RuleName 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 DisplayNameAttribute on the class to set a display name for this rule.
public:
virtual property System::String ^ RuleName { System::String ^ get(); };
[System.Obsolete("This method is no longer used. Use DisplayNameAttribute on the class to set a display name for this rule.", false)]
public virtual string RuleName { get; }
[<System.Obsolete("This method is no longer used. Use DisplayNameAttribute on the class to set a display name for this rule.", false)>]
member this.RuleName : string
Public Overridable ReadOnly Property RuleName As String
Property Value
- Attributes