RasLcpInfo.ServerTerminateReason Property

DotRas SDK

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

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

Syntax

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

Property Value

Type: Int32

Remarks

This member always has a return value of zero.

See Also