Share via


CSSearchableItemAttributeSet.Local Property

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSNumber? Local { [Foundation.Export("isLocal", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setLocal:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isLocal", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setLocal:", ObjCRuntime.ArgumentSemantic.Strong)>]
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