|
| DotRas SDK Documentation |
| RasPppInfo..::..LcpOptions Property |
| RasPppInfo Class See Also Send Feedback |
|
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 |