Share via


Job.Tasks Property

This property supports the infrastructure and is not intended to be used directly from your code.

Retrieves or sets the list of tasks in the job.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
<XmlArrayAttribute("Tasks", IsNullable:=True)> _
<XmlArrayItemAttribute(Type:=GetType(Task))> _
Public Property Tasks As List(Of Task)
[XmlArrayAttribute("Tasks", IsNullable=true)] 
[XmlArrayItemAttribute(Type=typeof(Task))] 
public List<Task> Tasks { get; set; }
[XmlArrayAttribute(L"Tasks", IsNullable=true)] 
[XmlArrayItemAttribute(Type=typeof(Task))] 
public:
property List<Task^>^ Tasks {
    List<Task^>^ get ();
    void set (List<Task^>^ value);
}
/** @property */
public List<Task> get_Tasks ()

/** @property */
public void set_Tasks (List<Task> value)
public function get Tasks () : List<Task>

public function set Tasks (value : List<Task>)

Property Value

The list of tasks in the job.

Thread Safety

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

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

Job Class
Job Members
Microsoft.ComputeCluster Namespace