RasLcpInfo.TerminateReason Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the reason the client terminated the connection.

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

Syntax

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

Property Value

Type: Int32

Remarks

This member always has a return value of zero.

See Also