RasEntryOptions.DisableMobility Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets a value indicating whether the client will not be able to change the external IP address of the IKEv2 VPN connection.

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

Syntax

C#
public bool DisableMobility { get; set; }
Visual Basic
Public Property DisableMobility As Boolean
	Get
	Set
Visual C++
public:
property bool DisableMobility {
	bool get ();
	void set (bool value);
}
F#
member DisableMobility : bool with get, set

Property Value

Type: Boolean

Remarks

Windows 7 and later: This property is available.

See Also