RasConnectionStatus.ConnectionSubState Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the state information of an Internet Key Exchange version 2 (IKEv2) virtual private network (VPN) tunnel.

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

Syntax

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

Property Value

Type: RasConnectionSubState

See Also