| NonVersionedEntityDataUpdatedByKey Property |
Gets or sets the provenance identifier associated with the last update of this object
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Guid? UpdatedByKey { get; set; }
Public Property UpdatedByKey As Guid?
Get
Set
public:
property Nullable<Guid> UpdatedByKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member UpdatedByKey : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also