Propriedade do RDL RuleConditionText
String representation of business rule actions included in current business rule.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property RuleConditionText As String
Get
Friend Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
String representing the action.
Consulte também