Gets the name of the player.

Namespace: Buddy
Assembly: Buddy (in Buddy.dll) Version: 1.0.2.7 (1.0.2.7)

Syntax

C#
public string Name { get; protected set; }
Visual Basic
Public Property Name As String
	Get
	Protected Set
Visual C++
public:
property String^ Name {
	String^ get ();
	protected: void set (String^ value);
}
JavaScript
function get_Name();
function set_Name(value);

See Also