_TextRuleCondition.Text Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.