BatchOperationResponse.LastModified Property

 

Optional. Gets the content of the Last-Modified HTTP response header.

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

Syntax

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

Property Value

Type: System.DateTime

See Also

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

Return to top