| MOVEitUserInfoStatus Property |
Current security status of the user account.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic string Status { get; }Public ReadOnly Property Status As String
Get
public:
property String^ Status {
String^ get ();
}Property Value
Type:
String
Remarks
Possible status values include:
| active | The user account is active. |
| suspended | The user account is suspended. |
| template | The user account is used as a template for creating other accounts
and cannot be used to log in. |
See Also