Freigeben über


RuleActionText-Eigenschaft

String representation of business rule actions included to current business rule.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property RuleActionText As String
    Get
    Friend Set
'Usage
Dim instance As BusinessRule
Dim value As String

value = instance.RuleActionText
[DataMemberAttribute]
public string RuleActionText { get; internal set; }
[DataMemberAttribute]
public:
property String^ RuleActionText {
    String^ get ();
    internal: void set (String^ value);
}
[<DataMemberAttribute>]
member RuleActionText : string with get, internal set
function get RuleActionText () : String
internal function set RuleActionText (value : String)

Eigenschaftswert

Typ: System. . :: . .String
String representing the action.