VpnRoute.Address 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.
Gets or sets the ID or the address of the subnet under the route control.
public:
property HostName ^ Address { HostName ^ get(); void set(HostName ^ value); };
HostName Address();
void Address(HostName value);
public HostName Address { get; set; }
var hostName = vpnRoute.address;
vpnRoute.address = hostName;
Public Property Address As HostName
Property Value
The ID or the address of the subnet under the route control.
Windows requirements
App capabilities |
networkingVpnProvider
|