Share via


IProgram.EstimatedDuration 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 estimated length of the program duration.

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

Syntax

'Declaration
Property EstimatedDuration As TimeSpan 
    Get 
    Set
'Usage
Dim instance As IProgram 
Dim value As TimeSpan 

value = instance.EstimatedDuration

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

Property Value

Type: System.TimeSpan

See Also

Reference

IProgram Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace