 | SecurityUserLastLoginTimeXml Property |
Gets or sets the creation time in XML format
Namespace:
SanteDB.Core.Model.Security
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntaxpublic string LastLoginTimeXml { get; set; }Public Property LastLoginTimeXml As String
Get
Set
public:
property String^ LastLoginTimeXml {
String^ get ();
void set (String^ value);
}member LastLoginTimeXml : string with get, set
Property Value
Type:
String
See Also