RasPppInfo.IPv6NegotiationErrorCode Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the result of a PPP IPv6 network control protocol negotiation.

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

Syntax

C#
public int IPv6NegotiationErrorCode { get; }
Visual Basic
Public ReadOnly Property IPv6NegotiationErrorCode As Integer
	Get
Visual C++
public:
property int IPv6NegotiationErrorCode {
	int get ();
}
F#
member IPv6NegotiationErrorCode : int with get

Property Value

Type: Int32

See Also