|
| DotRas SDK Documentation |
| RasPppInfo..::..ServerLcpOptions Property |
| RasPppInfo Class See Also Send Feedback |
|
Gets the Link Control Protocol (LCP) options in use by the remote server.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasLcpOptions ServerLcpOptions { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ServerLcpOptions As RasLcpOptions Get |
| Visual C++ |
|---|
public: property RasLcpOptions^ ServerLcpOptions { RasLcpOptions^ get (); } |
| F# |
|---|
member ServerLcpOptions : RasLcpOptions with get |