| BaseEntityDataCreationTimeXml Property |
Gets or sets the creation time as an ISO date format
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string CreationTimeXml { get; set; }
Public Property CreationTimeXml As String
Get
Set
public:
property String^ CreationTimeXml {
String^ get ();
void set (String^ value);
}
member CreationTimeXml : string with get, set
Property Value
Type:
StringSee Also