 | BaseEntityDataObsoletedByKey Property |
Gets or sets the security provenance object which represents the obsoletion of this data
Namespace: SanteDB.Core.ModelAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic virtual Guid? ObsoletedByKey { get; set; }Public Overridable Property ObsoletedByKey As Guid?
Get
Set
public:
virtual property Nullable<Guid> ObsoletedByKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}abstract ObsoletedByKey : Nullable<Guid> with get, set
override ObsoletedByKey : Nullable<Guid> with get, set
Property Value
NullableGuidImplements
IBaseDataObsoletedByKey
See Also