共用方式為


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.