RasPppInfo.InterfaceIdentifier Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the 64-bit IPv6 interface identifier of the client.

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

Syntax

C#
public ReadOnlyCollection<byte> InterfaceIdentifier { get; }
Visual Basic
Public ReadOnly Property InterfaceIdentifier As ReadOnlyCollection(Of Byte)
	Get
Visual C++
public:
property ReadOnlyCollection<unsigned char>^ InterfaceIdentifier {
	ReadOnlyCollection<unsigned char>^ get ();
}
F#
member InterfaceIdentifier : ReadOnlyCollection<byte> with get

Property Value

Type: ReadOnlyCollection<(Of <(<'Byte>)>)>

See Also