CSSearchableItemAttributeSet.Local Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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