Share via


MCBrowserViewController.MaximumNumberOfPeers Property

Definition

Allows the application developer to limit the number of peers.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr MaximumNumberOfPeers { [Foundation.Export("maximumNumberOfPeers")] get; [Foundation.Export("setMaximumNumberOfPeers:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("maximumNumberOfPeers")>]
[<set: Foundation.Export("setMaximumNumberOfPeers:")>]
member this.MaximumNumberOfPeers : unativeint with get, set

Property Value

UIntPtr

unativeint

Must be less than or equal to MaximumNumberOfPeers.

Attributes

Applies to