|
| DotRas SDK Documentation |
| RasIPInfo..::..ServerOptions Property |
| RasIPInfo Class See Also Send Feedback |
|
Gets the IPCP options for the remote computer.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasIPOptions ServerOptions { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ServerOptions As RasIPOptions Get |
| Visual C++ |
|---|
public: property RasIPOptions^ ServerOptions { RasIPOptions^ get (); } |
| F# |
|---|
member ServerOptions : RasIPOptions with get |