StateChangedEventArgs.State Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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

Property Value

Type: RasConnectionState

See Also