| DiaGlobWrapperChannels Property |
diaGlobWrapper Help
Retrieves the collection of channels associated with this instance of diaGlobWrapper.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic List<Channel> Channels { get; }Public ReadOnly Property Channels As List(Of Channel)
Get
public:
property List<Channel^>^ Channels {
List<Channel^>^ get ();
}member Channels : List<Channel> with get
Property Value
Type:
ListChannel
See Also