Share via


VpnNamespaceInfo.DnsServers Property

Definition

Not supported.

public:
 property IVector<HostName ^> ^ DnsServers { IVector<HostName ^> ^ get(); void set(IVector<HostName ^> ^ value); };
IVector<HostName> DnsServers();

void DnsServers(IVector<HostName> value);
public IList<HostName> DnsServers { get; set; }
var iVector = vpnNamespaceInfo.dnsServers;
vpnNamespaceInfo.dnsServers = iVector;
Public Property DnsServers As IList(Of HostName)

Property Value

Not supported.

Windows requirements

App capabilities
networkingVpnProvider

Applies to