XdsObjects Help file
XdsObjects Namespace / PixQuery Class / FacilityName Property



In This Topic
    FacilityName Property
    In This Topic
    The Name of the FAcility used in queries
    Syntax
    Public Shared Property FacilityName As String
    Dim value As String
     
    PixQuery.FacilityName = value
     
    value = PixQuery.FacilityName
    public static string FacilityName {get; set;}
    public:
    static property String^ FacilityName {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also