Share via


IChannel.Programs Property

[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]

Collection of programs associated with the channel.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)

Syntax

'Declaration
ReadOnly Property Programs As ProgramBaseCollection 
    Get
'Usage
Dim instance As IChannel 
Dim value As ProgramBaseCollection 

value = instance.Programs
ProgramBaseCollection Programs { get; }
property ProgramBaseCollection^ Programs {
    ProgramBaseCollection^ get ();
}
abstract Programs : ProgramBaseCollection
function get Programs () : ProgramBaseCollection

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.ProgramBaseCollection

See Also

Reference

IChannel Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace