Gets the authenticated user name, if available.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
ReadOnly Property UserName As String
	Get
C#
string UserName { get; }

Field Value

User name, or null (Nothing in VB.NET).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also