[This is preliminary documentation and is subject to change.]

Gets player name.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string Player { get; }
Public Shared ReadOnly Property Player As String
public:
static property String^ Player {
	String^ get ();
}

See Also