RuleActionText 属性

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

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property RuleActionText As String
    Get
    Friend Set
用法
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)

属性值

类型:System. . :: . .String
String representing the action.