Share via


VpnForegroundActivatedEventArgs.ProfileName プロパティ

定義

アクティブな VPN プロファイルの名前を取得します。

public:
 property Platform::String ^ ProfileName { Platform::String ^ get(); };
winrt::hstring ProfileName();
public string ProfileName { get; }
var string = vpnForegroundActivatedEventArgs.profileName;
Public ReadOnly Property ProfileName As String

プロパティ値

String

Platform::String

winrt::hstring

アクティブな VPN プロファイルの名前を含む文字列値。

Windows の要件

アプリの機能
networkingVpnProvider

適用対象