Share via


CloudTaskAddCollectionResponse.AddTaskResults Property

 

Optional. Gets the list of add task result of request.

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

Syntax

public IList<AddTaskResult> AddTaskResults { get; set; }
public:
property IList<AddTaskResult^>^ AddTaskResults {
    IList<AddTaskResult^>^ get();
    void set(IList<AddTaskResult^>^ value);
}
member AddTaskResults : IList<AddTaskResult> with get, set
Public Property AddTaskResults As IList(Of AddTaskResult)

Property Value

Type: System.Collections.Generic.IList<AddTaskResult>

See Also

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

Return to top