Username of the currently signed on user.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic string Username { get; }Public ReadOnly Property Username As String
	Get
public:
property String^ Username {
	String^ get ();
}Property Value
Type: 
String Remarks
Remarks
            This value will be empty for users who have not yet signed on, or fail to sign on.
            
 See Also
See Also