RasNbfInfo.NetBiosErrorMessage Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the NetBIOS error message for the error code that occurred.

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

Syntax

C#
public string NetBiosErrorMessage { get; }
Visual Basic
Public ReadOnly Property NetBiosErrorMessage As String
	Get
Visual C++
public:
property String^ NetBiosErrorMessage {
	String^ get ();
}
F#
member NetBiosErrorMessage : string with get

Property Value

Type: String

See Also