RasPppInfo.LcpOptions Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the Link Control Protocol (LCP) options in use by the local client.

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

Syntax

C#
public RasLcpOptions LcpOptions { get; }
Visual Basic
Public ReadOnly Property LcpOptions As RasLcpOptions
	Get
Visual C++
public:
property RasLcpOptions^ LcpOptions {
	RasLcpOptions^ get ();
}
F#
member LcpOptions : RasLcpOptions with get

Property Value

Type: RasLcpOptions

See Also