共用方式為


BusinessRule.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.

請參閱

參考

BusinessRule 類別

Microsoft.MasterDataServices 命名空間