C-DEngine 5.105

NetworkCredential..::..UserName Property

Gets the user name associated with the credentials.

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

Syntax


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

Field Value

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