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


In This Topic
    Authority Property
    In This Topic
    The WMI authority to use
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Authority As String
    [CanBeNull()]
    public string Authority {get; set;}
    [CanBeNull()]
    public:
    property String^ Authority {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Required.
    See Also