|
| DotRas SDK Documentation |
| RasNbfInfo..::..NetBiosErrorMessage Property |
| RasNbfInfo Class See Also Send Feedback |
|
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 |