Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the rule condition text.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property RuleConditionText As String
Get
Friend Set
'Usage
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)
Property Value
Type: System.String
The rule condition text.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace