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