RasEntry.IPv6Address Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the IPv6 address.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public IPAddress IPv6Address { get; set; }
Visual Basic
Public Property IPv6Address As IPAddress
	Get
	Set
Visual C++
public:
property IPAddress^ IPv6Address {
	IPAddress^ get ();
	void set (IPAddress^ value);
}
F#
member IPv6Address : IPAddress with get, set

Property Value

Type: IPAddress

Remarks

Setting this member to a value other than [!:IPAddress.Any] will cause the 'Use the following IP address' option to be set for TCP/IPv6.

Windows 7 and later: This property is available.

See Also