Gets the Internet Protocol Control Protocol (IPCP) options for the local client.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasIPOptions Options { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Options As RasIPOptions Get |
| Visual C++ |
|---|
public: property RasIPOptions^ Options { RasIPOptions^ get (); } |
| F# |
|---|
member Options : RasIPOptions with get |