VpnChannelConfiguration.CustomField 屬性

定義

取得自定義組態做為字串,VPN 外掛程式會剖析以設定 VPN 廠商的特定設定。 欄位是一個字串,允許 XML 做為組態的數據格式。

public:
 property Platform::String ^ CustomField { Platform::String ^ get(); };
winrt::hstring CustomField();
public string CustomField { get; }
var string = vpnChannelConfiguration.customField;
Public ReadOnly Property CustomField As String

屬性值

String

Platform::String

winrt::hstring

VPN 外掛程式剖析以設定 VPN 廠商特定設定的自定義組態字串數據。

Windows 需求

應用程式功能
networkingVpnProvider

備註

注意

線上 VPN 外掛程式外部對此 API 的任何呼叫都會失敗,因為 VPN 外掛程式與系統之間的活動和互動是由 VPN 設定檔所控制。 每個進程只能有一個 VPN 配置檔,因為 VPN 外掛程式只對應一個 VPN 設定檔,而且如果呼叫者要建立多個設定檔物件,它們全都會參考相同的設定。

適用於