VpnNamespaceInfo.DnsServers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|