RasNbfInfo.Lana Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the NetBIOS network adapter identifier on which the remote access connection was established.

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

Syntax

C#
public byte Lana { get; }
Visual Basic
Public ReadOnly Property Lana As Byte
	Get
Visual C++
public:
property unsigned char Lana {
	unsigned char get ();
}
F#
member Lana : byte with get

Property Value

Type: Byte

Remarks

This member contains MaxValue if a connection was not established.

See Also