| GameLiftManagerm_GameSessionName Property |
The name of the game session the user is currently in
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public string m_GameSessionName { get; private set; }
Public Property m_GameSessionName As String
Get
Private Set
public:
property String^ m_GameSessionName {
String^ get ();
private: void set (String^ value);
}
member m_GameSessionName : string with get, private set
Property Value
Type:
StringSee Also