| SessionResponseSession Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.AuthModule.Response.SessionResponse.Session"]
Namespace: Quickblox.Sdk.Modules.AuthModule.ResponseAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Session Session { get; set; }Public Property Session As Session
Get
Set
public:
property Session^ Session {
Session^ get ();
void set (Session^ value);
}member Session : Session with get, set
Property Value
Type:
Session
See Also