UserName Property
Gets the name of the authenticated user.
Syntax
public System.string UserName {get;}Public ReadOnly Property UserName As System.StringRemarks
This is empty/null for anonymous connections.
Gets the name of the authenticated user.
public System.string UserName {get;}Public ReadOnly Property UserName As System.StringThis is empty/null for anonymous connections.