Поделиться через


Свойство BusinessRule.RuleActionText

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

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property RuleActionText As String
    Get
    Set
'Применение
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)

Значение свойства

Тип: System.String
A String representing the actions.

См. также

Справочник

BusinessRule Класс

Пространство имен Microsoft.MasterDataServices