 | DatamartInfoObsoletedByKey Property |
Gets or sets the obsoletion time
Namespace: SanteDB.BI.DatamartAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic Guid? ObsoletedByKey { get; set; }Public Property ObsoletedByKey As Guid?
Get
Set
public:
property Nullable<Guid> ObsoletedByKey {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}member ObsoletedByKey : Nullable<Guid> with get, set
Property Value
NullableGuid
See Also