RuleActionText 属性

Gets or sets the business rule actions included in the current business rule.

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

语法

声明
<DataMemberAttribute> _
Public Property RuleActionText As String
    Get
    Set
用法
Dim instance As BusinessRule
Dim value As String

value = instance.RuleActionText

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

属性值

类型:System. . :: . .String
A String representing the actions.