_TextRuleCondition.Text Property

Definition

Returns or sets an array of String (string in C#) elements that represents the text to be evaluated by the rule condition. Read/write.

public:
 property System::Object ^ Text { System::Object ^ get(); void set(System::Object ^ value); };
public object Text { get; set; }
Public Property Text As Object

Property Value

Remarks

You can assign an array with one string or multiple strings for evaluation. Multiple text strings assigned in an array are evaluated using the logical OR operation.

Applies to