IProgram.Channel 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.]
Gets the channel associated with the program.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
ReadOnly Property Channel As IChannel
Get
'Usage
Dim instance As IProgram
Dim value As IChannel
value = instance.Channel
IChannel Channel { get; }
property IChannel^ Channel {
IChannel^ get ();
}
abstract Channel : IChannel
function get Channel () : IChannel
Property Value
Type: Microsoft.WindowsAzure.MediaServices.Client.IChannel