Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the rule action text.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property RuleActionText As String
Get
Friend Set
'Usage
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)
Property Value
Type: System.String
The rule action text.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace