MCBrowserViewController.MaximumNumberOfPeers 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.
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