BusinessRule.RuleActionText Propiedad
Gets or sets the rule action text.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property RuleActionText As String
Get
Friend Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The rule action text.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts