TaskInformation.ExecutionInformation 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)

Syntax

public TaskExecutionInformation ExecutionInformation { get; set; }
public:
property TaskExecutionInformation^ ExecutionInformation {
    TaskExecutionInformation^ get();
    void set(TaskExecutionInformation^ value);
}
member ExecutionInformation : TaskExecutionInformation with get, set
Public Property ExecutionInformation As TaskExecutionInformation

Property Value

Type: Microsoft.Azure.Batch.Protocol.Models.TaskExecutionInformation

See Also

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

Return to top