 | DbNonVersionedBaseDataUpdatedByKey Property |
Gets or sets the updated user
Namespace: SanteDB.Persistence.Data.ModelAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic Guid? UpdatedByKey { get; set; }Public Property UpdatedByKey As Guid?
Get
Set
public:
virtual property Nullable<Guid> UpdatedByKey {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}abstract UpdatedByKey : Nullable<Guid> with get, set
override UpdatedByKey : Nullable<Guid> with get, set
Property Value
NullableGuidImplements
IDbNonVersionedBaseDataUpdatedByKey
See Also