Share via


MCNearbyServiceAdvertiser.MyPeerID Property

Definition

The identity by which this device will be known on the peer network.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MultipeerConnectivity.MCPeerID MyPeerID { [Foundation.Export("myPeerID")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("myPeerID")>]
member this.MyPeerID : MultipeerConnectivity.MCPeerID

Property Value

This will contain the data passed in to the MCNearbyServiceAdvertiser(MCPeerID, NSDictionary, String) constructor.

Attributes

Applies to