Share via


IProgram.EnableArchive 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 whether archiving is enabled. true if archiving is enabled; otherwise, false.

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

Syntax

'Declaration
Property EnableArchive As Boolean 
    Get 
    Set
'Usage
Dim instance As IProgram 
Dim value As Boolean 

value = instance.EnableArchive

instance.EnableArchive = value
bool EnableArchive { get; set; }
property bool EnableArchive {
    bool get ();
    void set (bool value);
}
abstract EnableArchive : bool with get, set
function get EnableArchive () : boolean 
function set EnableArchive (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

IProgram Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace