 | CdssLibraryDefinitionInfoObsoletedByKey Property |
Gets or sets teh obsoletor of the data
Namespace: SanteDB.Cdss.Xml.AmiAssembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntaxpublic Guid? ObsoletedByKey { get; set; }Public Property ObsoletedByKey As Guid?
Get
Set
public:
virtual property Nullable<Guid> ObsoletedByKey {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}abstract ObsoletedByKey : Nullable<Guid> with get, set
override ObsoletedByKey : Nullable<Guid> with get, set
Property Value
NullableGuidImplements
IBaseDataObsoletedByKey
See Also