Should contain a string of external users' ids divided by commas.
Namespace: Quickblox.Sdk.Modules.NotificationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Ids { get; set; }Public Property Ids As String
Get
Set
public:
property String^ Ids {
String^ get ();
void set (String^ value);
}member Ids : string with get, set
Property Value
Type:
String
See Also