RasLcpInfo.ServerOptions Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the additional options for the remote computer.

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

Syntax

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

Property Value

Type: RasLcpOptions

See Also