| BaseEntityDataObsoletionTimeXml Property |
Gets or sets the time that the data is no longer valid (was deleted/obsoleted) in ISO format
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string ObsoletionTimeXml { get; set; }
Public Property ObsoletionTimeXml As String
Get
Set
public:
property String^ ObsoletionTimeXml {
String^ get ();
void set (String^ value);
}
member ObsoletionTimeXml : string with get, set
Property Value
Type:
StringSee Also