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


In This Topic
    TextToFind Field
    In This Topic
    The text or pattern to find
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <CanBeNullAttribute()>
    Public TextToFind As String
    [DataMember()]
    [CanBeNull()]
    public string TextToFind
    [DataMember()]
    [CanBeNull()]
    public:
    String^ TextToFind
    See Also