|
| DotRas SDK Documentation |
| RasConnection..::..Device Property |
| RasConnection Class See Also Send Feedback |
|
Gets the device through which the connection has been established.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasDevice Device { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Device As RasDevice Get |
| Visual C++ |
|---|
public: property RasDevice^ Device { RasDevice^ get (); } |
| F# |
|---|
member Device : RasDevice with get |