| BlobRequestTagList Property |
Should be a coma separated string with tags
Namespace: Quickblox.Sdk.Modules.ContentModule.ModelsAssembly: 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