Share via


VpnRoute.Address Property

Definition

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

Applies to