Share via


AllJoynRequestCredentialsEventArgs.RequestedUserName | requestedUserName 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.]

A user name value used by mechanisms that accept a user name/password pair.

Syntax

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

Property value

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

The user 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