C-DEngine 5.105

NetworkCredential..::..Domain Property

Gets the name of the user domain associated with the credentials.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Domain { get; set; }
Public Property Domain As String
	Get
	Set
public:
property String^ Domain {
	String^ get ();
	void set (String^ value);
}

Field Value

A String that represents the name of the user domain associated with the credentials.