CSSearchableItemAttributeSet.Local Property

Definition

Gets or sets a value with Boolean semantics that tells whether a media item is local.

public virtual Foundation.NSNumber Local { [Foundation.Export("isLocal", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setLocal:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.Local : Foundation.NSNumber with get, set

Property Value

1 indicates that the media item is local. 0 indicates that the item remote.

This value can be null.

Attributes

Applies to