A String representing the user name portion of the security credentials.
Namespace:
FileNet.Api.AuthenticationAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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(); |