|
| DotRas SDK Documentation |
| InvalidHandleException..::..Handle Property |
| InvalidHandleException Class See Also Send Feedback |
|
Gets the RasHandle that caused the exception.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasHandle Handle { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Handle As RasHandle Get |
| Visual C++ |
|---|
public: property RasHandle^ Handle { RasHandle^ get (); } |
| F# |
|---|
member Handle : RasHandle with get |