[Missing <summary> documentation for "P:Quickblox.Sdk.GeneralDataModel.Response.Error.Text"]
Namespace: Quickblox.Sdk.GeneralDataModel.ResponseAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string[] Text { get; set; }Public Property Text As String()
Get
Set
public:
property array<String^>^ Text {
array<String^>^ get ();
void set (array<String^>^ value);
}member Text : string[] with get, set
Property Value
Type:
String
See Also