RasDialer.IsBusy Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets a value indicating whether the component is busy dialing a connection.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public bool IsBusy { get; }
Visual Basic
Public ReadOnly Property IsBusy As Boolean
	Get
Visual C++
public:
property bool IsBusy {
	bool get ();
}
F#
member IsBusy : bool with get

Property Value

Type: Boolean

See Also