| VersionedEntityDataTHistoryModelTypeVersionKey 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; }
Public Property VersionKey As Guid?
Get
Set
public:
virtual property Nullable<Guid> VersionKey {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}
abstract VersionKey : Nullable<Guid> with get, set
override VersionKey : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidImplements
IVersionedEntityVersionKeySee Also