MethodTaskItemUsages Enumeration

IIS 7.0
 

Specifies the type of the MethodTaskItem object.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

[<FlagsAttribute>]
type MethodTaskItemUsages

Member nameDescription
ContextMenu

The MethodTaskItem is for a shortcut menu.

TaskList

The MethodTaskItem is for a TaskList object.

The following example sets the MethodTaskItemUsages enumeration to the TaskList type.

Return to top
Show: