Свойство BusinessRule.RuleActionText

Gets or sets the rule action text.

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

Синтаксис

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

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

Тип: System.String
The rule action text.

См. также

Справочник

BusinessRule Класс

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