次の方法で共有


AllJoynCredentialsRequestedEventArgs.RequestedUserName プロパティ

定義

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

ユーザー名とパスワードのペアを受け入れるメカニズムで使用されるユーザー名の値。

public:
 property Platform::String ^ RequestedUserName { Platform::String ^ get(); };
winrt::hstring RequestedUserName();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynCredentialsRequestedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
winrt::hstring RequestedUserName();
public string RequestedUserName { get; }
public string RequestedUserName { [Windows.Foundation.Metadata.Deprecated("AllJoynCredentialsRequestedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var string = allJoynCredentialsRequestedEventArgs.requestedUserName;
Public ReadOnly Property RequestedUserName As String

プロパティ値

String

Platform::String

winrt::hstring

ユーザー名です。

属性

Windows の要件

アプリの機能
allJoyn

適用対象