







![]() ![]() |
DotRas SDK Documentation |
DialCompletedEventArgs..::..Connected Property |
DialCompletedEventArgs Class See Also Send Feedback |
![]() |
Gets a value indicating whether the connection attempt successfully connected.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public bool Connected { get; } |
Visual Basic |
---|
Public ReadOnly Property Connected As Boolean Get |
Visual C++ |
---|
public: property bool Connected { bool get (); } |
F# |
---|
member Connected : bool with get |