DotRas SDK Documentation |
RasIkeV2Info..::..PrefixLength Property |
RasIkeV2Info Class See Also Send Feedback |
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 |