 | BaseEntityDataCreatedByKey Property |
Gets or sets the security provenance object which represents the creation of this object
Namespace: SanteDB.Core.ModelAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic 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
NullableGuidImplements
IBaseDataCreatedByKey
See Also