| QueryEventArgsBaseTDataQueryId Property |
Gets the query ID
Namespace:
SanteDB.Core.Event
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public Guid? QueryId { get; }
Public ReadOnly Property QueryId As Guid?
Get
public:
property Nullable<Guid> QueryId {
Nullable<Guid> get ();
}
member QueryId : Nullable<Guid> with get
Property Value
Type:
NullableGuidSee Also