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