RasNbfInfo.NetBiosErrorCode Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the NetBIOS error code (if any) that occurred.

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

Syntax

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

Property Value

Type: Int32

See Also