Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets business rule conditions included in the current business rule.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property RuleConditionText As String
Get
Set
'Usage
Dim instance As BusinessRule
Dim value As String
value = instance.RuleConditionText
instance.RuleConditionText = value
[DataMemberAttribute]
public string RuleConditionText { get; set; }
[DataMemberAttribute]
public:
property String^ RuleConditionText {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member RuleConditionText : string with get, set
function get RuleConditionText () : String
function set RuleConditionText (value : String)
Property Value
Type: System.String
A String representing the conditions.