| UserRequestWebsite Property |
Gets or sets the website.
Namespace: Quickblox.Sdk.Modules.UsersModule.RequestsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Website { get; set; }Public Property Website As String
Get
Set
public:
property String^ Website {
String^ get ();
void set (String^ value);
}member Website : string with get, set
Property Value
Type:
String
See Also