RasNetworkProtocols.NetBeui Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets a value indicating whether the NetBEUI protocol will be negotiated.

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

Syntax

C#
[ObsoleteAttribute("This member is no longer supported.")]
public bool NetBeui { get; set; }
Visual Basic
<ObsoleteAttribute("This member is no longer supported.")> 
Public Property NetBeui As Boolean
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"This member is no longer supported.")]
property bool NetBeui {
	bool get ();
	void set (bool value);
}
F#
[<ObsoleteAttribute("This member is no longer supported.")>]
member NetBeui : bool with get, set

Property Value

Type: Boolean

See Also