Share via


CSSearchableItemAttributeSet.DomainIdentifier Property

Definition

Gets or sets a tag that can be used to group items for deletion.

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

Property Value

Developers can set this value to null to remove the item from all groups.

This value can be null.

Attributes

Applies to