| GameLiftManagerm_Client Property |
The AWS client variable that allows a connection to and the ability to communicate with GameLift
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Client m_Client { get; private set; }
Public Property m_Client As Client
Get
Private Set
public:
property Client^ m_Client {
Client^ get ();
private: void set (Client^ value);
}
member m_Client : Client with get, private set
Property Value
Type:
ClientSee Also