Właściwość BusinessRule.RuleConditionText
Ciąg reprezentację bieżącej reguły biznesowej akcje reguły biznesowej.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property RuleConditionText As String
Get
Friend Set
'Użycie
Dim instance As BusinessRule
Dim value As String
value = instance.RuleConditionText
[DataMemberAttribute]
public string RuleConditionText { get; internal set; }
[DataMemberAttribute]
public:
property String^ RuleConditionText {
String^ get ();
internal: void set (String^ value);
}
[<DataMemberAttribute>]
member RuleConditionText : string with get, internal set
function get RuleConditionText () : String
internal function set RuleConditionText (value : String)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący akcja.
Zobacz także