VpnPlugInProfile.CustomConfiguration プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
VPN プラグインを構成する XML を表す文字列。
Windows の要件
アプリの機能 |
networkingVpnProvider
|