InstanceFileName Property

Gets the instance file name.

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

Syntax

'Declaration

  ReadOnly Property InstanceFileName As String
    Get
'Usage

  Dim instance As IJobMetadata
Dim value As String

value = instance.InstanceFileName
  string InstanceFileName { get; }
  property String^ InstanceFileName {
    String^ get ();
}
  abstract InstanceFileName : string
  function get InstanceFileName () : String

Property Value

Type: System. . :: . .String
The instance file name.

See Also

Reference

IJobMetadata Interface

Microsoft.Web.Media.TransformManager Namespace