| NonVersionedEntityDataUpdatedTimeXml Property |
Gets or sets the time that this object was last modified in ISO format
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string UpdatedTimeXml { get; set; }
Public Property UpdatedTimeXml As String
Get
Set
public:
property String^ UpdatedTimeXml {
String^ get ();
void set (String^ value);
}
member UpdatedTimeXml : string with get, set
Property Value
Type:
StringSee Also