Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the bits indicating which standard verbs are enabled for the scope node.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public StandardVerbs EnabledStandardVerbs { get; set; }
public:
property StandardVerbs EnabledStandardVerbs {
StandardVerbs get();
void set(StandardVerbs value);
}
member EnabledStandardVerbs : StandardVerbs with get, set
Public Property EnabledStandardVerbs As StandardVerbs
Property Value
Type: Microsoft.ManagementConsole.StandardVerbs
An integer value that is a bitwise OR combination of StandardVerbs values that specify the enabled standard verbs.
See Also
ScopeNode Class
Microsoft.ManagementConsole Namespace
Return to top