SelectionData.EnabledStandardVerbs Property

 

Gets or sets the enabled StandardVerbs for the currently selected items.

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

The enabled verbs

See Also

SelectionData Class
Microsoft.ManagementConsole Namespace

Return to top