TaskInformation.TaskExecutionInformation Property

Optional. Gets or sets information about the execution of the task.

Namespace: Microsoft.Azure.Batch.Protocol.Models
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Usage

'Usage
Dim instance As TaskInformation
Dim value As TaskExecutionInformation

value = instance.TaskExecutionInformation

instance.TaskExecutionInformation = value

Syntax

'Declaration
Public Property TaskExecutionInformation As TaskExecutionInformation
public TaskExecutionInformation TaskExecutionInformation { get; set; }
public:
property TaskExecutionInformation^ TaskExecutionInformation {
    TaskExecutionInformation^ get ();
    void set (TaskExecutionInformation^ value);
}
/** @property */
public TaskExecutionInformation get_TaskExecutionInformation ()

/** @property */
public void set_TaskExecutionInformation (TaskExecutionInformation value)
public function get TaskExecutionInformation () : TaskExecutionInformation

public function set TaskExecutionInformation (value : TaskExecutionInformation)

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

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

TaskInformation Class
TaskInformation Members
Microsoft.Azure.Batch.Protocol.Models Namespace