Condividi tramite


VpnNativeProfile.ProfileName Proprietà

Definizione

Ottiene o imposta il nome del profilo per il profilo VPN in arrivo/nativo.

public:
 property Platform::String ^ ProfileName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ProfileName();

void ProfileName(winrt::hstring value);
public string ProfileName { get; set; }
var string = vpnNativeProfile.profileName;
vpnNativeProfile.profileName = string;
Public Property ProfileName As String

Valore della proprietà

String

Platform::String

winrt::hstring

Nome del profilo per il profilo VPN nativo/Posta in arrivo.

Implementazioni

Requisiti Windows

Funzionalità dell'app
networkingVpnProvider

Si applica a