Właściwość BusinessRule.RuleActionText
Pobiera lub ustawia akcje reguły biznesowej w bieżącej reguły biznesowej.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property RuleActionText As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A String reprezentujących akcje.