次の方法で共有


VpnPlugInProfile.CustomConfiguration プロパティ

定義

VPN プラグインを構成する XML 文字列を取得または設定します。 形式とサポートについては、VPN プラグインのドキュメントを参照してください。

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

void CustomConfiguration(winrt::hstring value);
public string CustomConfiguration { get; set; }
var string = vpnPlugInProfile.customConfiguration;
vpnPlugInProfile.customConfiguration = string;
Public Property CustomConfiguration As String

プロパティ値

String

Platform::String

winrt::hstring

VPN プラグインを構成する XML を表す文字列。

Windows の要件

アプリの機能
networkingVpnProvider

適用対象