IIngestManifestFile.IsPrimary Property
Gets or sets a value that determines whether this file is the primary file in a multi-file Asset. This property is optional.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Property IsPrimary As Boolean
Get
Set
'Usage
Dim instance As IIngestManifestFile
Dim value As Boolean
value = instance.IsPrimary
instance.IsPrimary = value
bool IsPrimary { get; set; }
property bool IsPrimary {
bool get ();
void set (bool value);
}
abstract IsPrimary : bool with get, set
function get IsPrimary () : boolean
function set IsPrimary (value : boolean)
Property Value
Type: System.Boolean
true if this file is the primary file in a multi-file Asset; otherwise, false.