Share via


INMediaUserContext.NumberOfLibraryItems Property

Definition

[ObjCRuntime.BindAs(typeof(System.Nullable<System.Int32>), OriginalType=typeof(Foundation.NSNumber))]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual int? NumberOfLibraryItems { [Foundation.Export("numberOfLibraryItems", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setNumberOfLibraryItems:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindAs(typeof(System.Nullable<System.Int32>), OriginalType=typeof(Foundation.NSNumber))>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("numberOfLibraryItems", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setNumberOfLibraryItems:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.NumberOfLibraryItems : Nullable<int> with get, set

Property Value

Attributes

Applies to