BusinessRule.RuleConditionText 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.
Specifies the rule condition text.
public:
property System::String ^ RuleConditionText { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string RuleConditionText { get; }
[<System.Runtime.Serialization.DataMember>]
member this.RuleConditionText : string
Public ReadOnly Property RuleConditionText As String
Property Value
The rule condition text.
- Attributes