| IntegrationQueryOptionsIfModifiedSince Property |
Gets or sets the If-Modified-Since header
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public DateTime? IfModifiedSince { get; set; }
Public Property IfModifiedSince As DateTime?
Get
Set
public:
property Nullable<DateTime> IfModifiedSince {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member IfModifiedSince : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also