|
| DotRas SDK Documentation |
| RasIPv6Info..::..LocalInterfaceIdentifier Property |
| RasIPv6Info Class See Also Send Feedback |
|
Gets the local 64-bit IPv6 interface identifier.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public long LocalInterfaceIdentifier { get; } |
| Visual Basic |
|---|
Public ReadOnly Property LocalInterfaceIdentifier As Long Get |
| Visual C++ |
|---|
public: property long long LocalInterfaceIdentifier { long long get (); } |
| F# |
|---|
member LocalInterfaceIdentifier : int64 with get |