[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.UsersModule.Models.User.Phone"]
Namespace: Quickblox.Sdk.Modules.UsersModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Phone { get; set; }Public Property Phone As String
Get
Set
public:
property String^ Phone {
String^ get ();
void set (String^ value);
}member Phone : string with get, set
Property Value
Type:
String
See Also