| UserRequestTagList Property |
Gets or sets the tag list.
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 TagList { get; set; }Public Property TagList As String
Get
Set
public:
property String^ TagList {
String^ get ();
void set (String^ value);
}member TagList : string with get, set
Property Value
Type:
String
See Also