A String representing the user name portion of the security credentials.

Namespace:  FileNet.Api.Authentication
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public ReadOnly Property Username As String
C#
public string Username { get; }
Visual C++
public:
property String^ Username {
	String^ get ();
}
JavaScript
function get_username();

ToggleSee Also