WmiActivity.EnableAllPrivileges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables all the privileges of the current user before the command makes the WMI call.
public:
property bool EnableAllPrivileges { bool get(); void set(bool value); };
public:
property bool EnableAllPrivileges { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(null)]
public bool EnableAllPrivileges { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.EnableAllPrivileges : bool with get, set
Public Property EnableAllPrivileges As Boolean
Property Value
- Attributes