IChannel.Settings 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 channel settings.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
Property Settings As ChannelSettings
Get
Set
'Usage
Dim instance As IChannel
Dim value As ChannelSettings
value = instance.Settings
instance.Settings = value
ChannelSettings Settings { get; set; }
property ChannelSettings^ Settings {
ChannelSettings^ get ();
void set (ChannelSettings^ value);
}
abstract Settings : ChannelSettings with get, set
function get Settings () : ChannelSettings
function set Settings (value : ChannelSettings)
Property Value
Type: Microsoft.WindowsAzure.MediaServices.Client.ChannelSettings