|
| DotRas SDK Documentation |
| RasConnectionWatcher..::..Handle Property |
| RasConnectionWatcher Class See Also Send Feedback |
|
Gets or sets the connection handle to watch.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasHandle Handle { get; set; } |
| Visual Basic |
|---|
Public Property Handle As RasHandle Get Set |
| Visual C++ |
|---|
public: property RasHandle^ Handle { RasHandle^ get (); void set (RasHandle^ value); } |
| F# |
|---|
member Handle : RasHandle with get, set |