Share via


IChannel.Description 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 description of the channel.

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

Syntax

'Declaration
Property Description As String 
    Get 
    Set
'Usage
Dim instance As IChannel 
Dim value As String 

value = instance.Description

instance.Description = value
string Description { get; set; }
property String^ Description {
    String^ get ();
    void set (String^ value);
}
abstract Description : string with get, set
function get Description () : String 
function set Description (value : String)

Property Value

Type: System.String

See Also

Reference

IChannel Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace