|
| DotRas SDK Documentation |
| StateChangedEventArgs..::..State Property |
| StateChangedEventArgs Class See Also Send Feedback |
|
Gets the state the remote access connection is about to enter.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasConnectionState State { get; } |
| Visual Basic |
|---|
Public ReadOnly Property State As RasConnectionState Get |
| Visual C++ |
|---|
public: property RasConnectionState State { RasConnectionState get (); } |
| F# |
|---|
member State : RasConnectionState with get |