IOrigin.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 origin settings.

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

Syntax

'Declaration
Property Settings As OriginSettings 
    Get 
    Set
'Usage
Dim instance As IOrigin 
Dim value As OriginSettings 

value = instance.Settings

instance.Settings = value
OriginSettings Settings { get; set; }
property OriginSettings^ Settings {
    OriginSettings^ get ();
    void set (OriginSettings^ value);
}
abstract Settings : OriginSettings with get, set
function get Settings () : OriginSettings 
function set Settings (value : OriginSettings)

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.OriginSettings

See Also

Reference

IOrigin Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace