RasIkeV2Info.PrefixLength Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the length of the IPv6 prefix.

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

Syntax

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

Property Value

Type: Int32

See Also