| EditEventIsActive Property |
Marks event as active/inactive
Namespace: Quickblox.Sdk.Modules.NotificationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<bool> IsActive { get; set; }Public Property IsActive As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> IsActive {
Nullable<bool> get ();
void set (Nullable<bool> value);
}member IsActive : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also