Gets the user name. If it is set to null ('Nothing' in VB.NET), integrated authentication (single sign-on) will be used.

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

Syntax

Visual Basic
Public Property UserName As String
	Get
	Set
C#
public string UserName { get; set; }

Field Value

User name.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also