Share via


AccessCondition.IfModifiedSinceTime Property

 

Optional. Gets or sets the time for an If-Modified-Since header. If present on a request, the operation will occur only if the resource has been modified since the specified time.

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

Syntax

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

Property Value

Type: System.Nullable<DateTime>

See Also

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

Return to top