| HttpResponseTResultResult Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.GeneralDataModel.Response.HttpResponse`1.Result"]
Namespace: Quickblox.Sdk.GeneralDataModel.ResponseAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic TResult Result { get; set; }Public Property Result As TResult
Get
Set
public:
property TResult Result {
TResult get ();
void set (TResult value);
}member Result : 'TResult with get, set
Property Value
Type:
TResult
See Also