Share via


AllJoynRequestCredentialsEventArgs.PeerUniqueName | peerUniqueName property

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

The unique bus name of the remote app that provided the requested credentials.

Syntax

var peerUniqueName = allJoynRequestCredentialsEventArgs.peerUniqueName;
public string PeerUniqueName { get; }
Public ReadOnly Property PeerUniqueName As String
public:
property String^ PeerUniqueName { 
   String^ get();
}

Property value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The unique bus name.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.Devices.AllJoyn Windows::Devices::AllJoyn [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

AllJoynRequestCredentialsEventArgs