다음을 통해 공유


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.