diaGlobWrapper Help
Returns the channel's name as represented by the Dialogic Global Call protocol.

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

Syntax

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

See Also