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