Share via


IChannel.Size 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 or sets the size of the channel.

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

Syntax

'Declaration
Property Size As ChannelSize 
    Get 
    Set
'Usage
Dim instance As IChannel 
Dim value As ChannelSize 

value = instance.Size

instance.Size = value
ChannelSize Size { get; set; }
property ChannelSize Size {
    ChannelSize get ();
    void set (ChannelSize value);
}
abstract Size : ChannelSize with get, set
function get Size () : ChannelSize 
function set Size (value : ChannelSize)

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.ChannelSize

See Also

Reference

IChannel Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace