adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ObjectSearchOptions Class / UseRegularExpressions Field


In This Topic
    UseRegularExpressions Field (ObjectSearchOptions)
    In This Topic
    Indicates whether the TextToFind is a regular expression or simple text
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public UseRegularExpressions As Boolean
    [DataMember()]
    public bool UseRegularExpressions
    [DataMember()]
    public:
    bool UseRegularExpressions
    See Also