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.
Gets or sets business rule conditions included in the current business rule.
public:
property System::String ^ RuleConditionText { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string RuleConditionText { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RuleConditionText : string with get, set
Public Property RuleConditionText As String
Property Value
A String representing the conditions.
- Attributes