RasIkeV2Options.MobileIke Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets a value indicating whether the client supports the IKEv2 Mobility and Multi-homing (MOBIKE) protocol.

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

Syntax

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

Property Value

Type: Boolean

See Also