Share via


IProgram.DvrWindowLength 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 length of the DVR window.

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

Syntax

'Declaration
Property DvrWindowLength As Nullable(Of TimeSpan)
    Get 
    Set
'Usage
Dim instance As IProgram 
Dim value As Nullable(Of TimeSpan)

value = instance.DvrWindowLength

instance.DvrWindowLength = value
Nullable<TimeSpan> DvrWindowLength { get; set; }
property Nullable<TimeSpan> DvrWindowLength {
    Nullable<TimeSpan> get ();
    void set (Nullable<TimeSpan> value);
}
abstract DvrWindowLength : Nullable<TimeSpan> with get, set
function get DvrWindowLength () : Nullable<TimeSpan>
function set DvrWindowLength (value : Nullable<TimeSpan>)

Property Value

Type: System.Nullable<TimeSpan>

See Also

Reference

IProgram Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace