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