| IntegrationQueryOptionsQueryId Property |
Gets or sets the query identifier for the query
Namespace:
SanteDB.DisconnectedClient.Services
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public Guid QueryId { get; set; }
Public Property QueryId As Guid
Get
Set
public:
property Guid QueryId {
Guid get ();
void set (Guid value);
}
member QueryId : Guid with get, set
Property Value
Type:
GuidSee Also