| CreateEventEventName Property |
The name of the event. Service information. Only for the user.
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 EventName { get; set; }Public Property EventName As String
Get
Set
public:
property String^ EventName {
String^ get ();
void set (String^ value);
}member EventName : string with get, set
Property Value
Type:
String
See Also