adTempus API
ArcanaDevelopment.adTempus.Client Namespace / WMITrigger Class / Query Property


In This Topic
    Query Property
    In This Topic
    The WMI event query to execute
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Query As String
    [CanBeNull()]
    public string Query {get; set;}
    [CanBeNull()]
    public:
    property String^ Query {
       String^ get();
       void set (    String^ value);
    }
    See Also