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.