| SecurityUserLockoutXml 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
Syntax public string LockoutXml { get; set; }
Public Property LockoutXml As String
Get
Set
public:
property String^ LockoutXml {
String^ get ();
void set (String^ value);
}
member LockoutXml : string with get, set
Property Value
Type:
StringSee Also