Compartir a través de


BusinessRule.RuleActionText Propiedad

Gets or sets the business rule actions included in the current business rule.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property RuleActionText As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
A String representing the actions.

Vea también

Referencia

BusinessRule Clase

Espacio de nombres Microsoft.MasterDataServices