diaGlobWrapper Help
Returns the channel's network device name.

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

C#
public string NetworkDeviceName { get; }
Visual Basic (Declaration)
Public ReadOnly Property NetworkDeviceName As String
Visual C++
public:
property String^ NetworkDeviceName {
	String^ get ();
}

See Also