Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / ArchiveQueryParams Class / Namemask Property


In This Topic
    Namemask Property (ArchiveQueryParams)
    In This Topic
    Constrains the list of archives returned based on archive name. The standard wildcard characters ? (matches 1 character) and * (matches any number of characters) may be used.
    Syntax
    Public Property Namemask As System.String
    public System.string Namemask {get; set;}
    public:
    property System.String^ Namemask {
       System.String^ get();
       void set (    System.String^ value);
    }
    Requirements

    Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

    See Also