Partager via


Propriété BusinessRule.RuleActionText

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

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property RuleActionText As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A String representing the actions.

Voir aussi

Référence

BusinessRule Classe

Espace de noms Microsoft.MasterDataServices