Share via


IChannel.PreviewUrl 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 URL of the preview.

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

Syntax

'Declaration
ReadOnly Property PreviewUrl As Uri 
    Get
'Usage
Dim instance As IChannel 
Dim value As Uri 

value = instance.PreviewUrl
Uri PreviewUrl { get; }
property Uri^ PreviewUrl {
    Uri^ get ();
}
abstract PreviewUrl : Uri
function get PreviewUrl () : Uri

Property Value

Type: System.Uri

See Also

Reference

IChannel Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace