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