Share via


UNMutableNotificationContent.CategoryIdentifier Property

Definition

Gets or sets an application-defined category object identifier.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string CategoryIdentifier { [Foundation.Export("categoryIdentifier")] get; [Foundation.Export("setCategoryIdentifier:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("categoryIdentifier")>]
[<set: Foundation.Export("setCategoryIdentifier:")>]
member this.CategoryIdentifier : string with get, set

Property Value

An application-defined category object identifier.

Attributes

Applies to