Gets the user's domain. If it is set to null ('Nothing' in VB.NET), it will be determined from the user name. If not available, the default domain will be used.

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

Syntax

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

Field Value

Domain.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also