IAssetFile.IsPrimary Property
Optional. Determines if this file is the primary file in a multi-file Asset.
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 IAssetFile
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