| CreateEventExternalUserId Property |
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 User ExternalUserId { get; set; }Public Property ExternalUserId As User
Get
Set
public:
property User^ ExternalUserId {
User^ get ();
void set (User^ value);
}member ExternalUserId : User with get, set
Property Value
Type:
User
The external user identifier.
See Also