Share via


AddTaskResult.LastModified Property

 

Optional. Gets and sets the last-modified time of the resource.

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

Syntax

public Nullable<DateTime> LastModified { get; set; }
public:
property Nullable<DateTime> LastModified {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member LastModified : Nullable<DateTime> with get, set
Public Property LastModified As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

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

Return to top