InstanceFileIsManifest Property

Gets a value that indicates whether the instance file is a manifest file.

Namespace:  Microsoft.Web.Media.TransformManager
Assembly:  Microsoft.Web.Media.TransformManager.Sdk (in Microsoft.Web.Media.TransformManager.Sdk.dll)

Syntax

'Declaration

  ReadOnly Property InstanceFileIsManifest As Boolean
    Get
'Usage

  Dim instance As IJobMetadata
Dim value As Boolean

value = instance.InstanceFileIsManifest
  bool InstanceFileIsManifest { get; }
  property bool InstanceFileIsManifest {
    bool get ();
}
  abstract InstanceFileIsManifest : bool
  function get InstanceFileIsManifest () : boolean

Property Value

Type: System. . :: . .Boolean
true if the instance file is a manifest file; otherwise, false.

See Also

Reference

IJobMetadata Interface

Microsoft.Web.Media.TransformManager Namespace