Click or drag to resize

VersionedEntityData<THistoryModelType>.VersionKey Property

Gets or sets the UUID of the current version of this object

Namespace:  SanteDB.Core.Model
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public Guid? VersionKey { get; set; }

Property Value

Type: Nullable<Guid>

Implements

IVersionedEntity.VersionKey
See Also