GroupTaskItem Class

 

Provides a container class for group tasks.

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

System.Object
  Microsoft.Web.Management.Client.TaskItem
    Microsoft.Web.Management.Client.GroupTaskItem

[SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.UnmanagedCode)]
public sealed class GroupTaskItem : TaskItem

NameDescription
System_CAPS_pubmethodGroupTaskItem(String, String, String)

Initializes a new instance of the GroupTaskItem class.

System_CAPS_pubmethodGroupTaskItem(String, String, String, Boolean)

Initializes a new instance of the GroupTaskItem class.

NameDescription
System_CAPS_pubpropertyCategory

Gets the category.(Inherited from TaskItem.)

System_CAPS_pubpropertyDescription

Gets the description that is set in the TaskList constructor.(Inherited from TaskItem.)

System_CAPS_pubpropertyEnabled

Gets or sets a value indicating whether the object is enabled.(Inherited from TaskItem.)

System_CAPS_pubpropertyIsHeading

Gets the value of the Boolean isHeading parameter that is passed to the constructor.

System_CAPS_pubpropertyItems

Gets the list of task items.

System_CAPS_pubpropertyMemberName

Gets the member name.

System_CAPS_pubpropertyProperties

Gets the System.Collections.IDictionary member of the class.(Inherited from TaskItem.)

System_CAPS_pubpropertyText

Gets the text that is set in the TaskList constructor.(Inherited from TaskItem.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The collection of task items will be displayed as a collapsible node in the Actions pane.

The following example returns a most recently used (MRU) list based on the connection path type.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: