| MOVEitUserInfoPermission Property |
Indicates what class of user this is.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic int Permission { get; }Public ReadOnly Property Permission As Integer
Get
public:
property int Permission {
int get ();
}Property Value
Type:
Int32
Remarks
Possible user permission codes are:
| 6 | Temporary user |
| 10 | User |
| 20 | FileAdmin |
| 30 | Admin |
| 40 | SysAdmin |
See Also