| BaseEntityDataCreatedByKey Property |
Gets or sets the security provenance object which represents the creation of this object
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public virtual Guid? CreatedByKey { get; set; }
Public Overridable Property CreatedByKey As Guid?
Get
Set
public:
virtual property Nullable<Guid> CreatedByKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
abstract CreatedByKey : Nullable<Guid> with get, set
override CreatedByKey : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidImplements
IBaseEntityDataCreatedByKeySee Also