CSSearchableItemAttributeSet.DomainIdentifier Property

Definition

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string DomainIdentifier { [Foundation.Export("domainIdentifier")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setDomainIdentifier:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
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