diaGlobWrapper Help
Retrieves the collection of channels associated with this instance of diaGlobWrapper.

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

Syntax

C#
public List<Channel> Channels { get; }
Visual Basic (Declaration)
Public ReadOnly Property Channels As List(Of Channel)
Visual C++
public:
property List<Channel^>^ Channels {
	List<Channel^>^ get ();
}

See Also