| DataRetrievingEventArgsTDataId Property |
The identifier
Namespace:
SanteDB.Core.Event
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public Guid? Id { get; set; }
Public Property Id As Guid?
Get
Set
public:
property Nullable<Guid> Id {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member Id : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also