Gets or sets a value indicating whether or not the item is a regular expression.
Syntax
public bool IsRegExp {get; set;}
public: __property bool get_IsRegExp();
public: __property void set_IsRegExp(
bool value
);
public:
property bool IsRegExp {
bool get();
void set ( bool value);
}
'Declaration
Public Property IsRegExp As Boolean
'Usage
Dim instance As ImGearRecUDItem
Dim value As Boolean
instance.IsRegExp = value
value = instance.IsRegExp
Property Value
Boolean value.
See Also