| IntegrationQueryOptionsIfNoneMatch Property |
Gets or sets the If-None-Match
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string IfNoneMatch { get; set; }
Public Property IfNoneMatch As String
Get
Set
public:
property String^ IfNoneMatch {
String^ get ();
void set (String^ value);
}
member IfNoneMatch : string with get, set
Property Value
Type:
StringSee Also