IOrigin.ReservedUnits 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 origin reserved units.

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

Syntax

'Declaration
Property ReservedUnits As Integer 
    Get 
    Set
'Usage
Dim instance As IOrigin 
Dim value As Integer 

value = instance.ReservedUnits

instance.ReservedUnits = value
int ReservedUnits { get; set; }
property int ReservedUnits {
    int get ();
    void set (int value);
}
abstract ReservedUnits : int with get, set
function get ReservedUnits () : int 
function set ReservedUnits (value : int)

Property Value

Type: System.Int32

See Also

Reference

IOrigin Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace