| NotificationChannelName Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.NotificationModule.Models.NotificationChannel.Name"]
Namespace: Quickblox.Sdk.Modules.NotificationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic NotificationChannelType Name { get; set; }Public Property Name As NotificationChannelType
Get
Set
public:
property NotificationChannelType Name {
NotificationChannelType get ();
void set (NotificationChannelType value);
}member Name : NotificationChannelType with get, set
Property Value
Type:
NotificationChannelType
See Also