Share via


InstanceFileName Property

Gets or sets the name of the file that matched the file watcher filter and that instantiated the job.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property InstanceFileName As String
    Get
    Set
'Usage

  Dim instance As JobDetails
Dim value As String

value = instance.InstanceFileName

instance.InstanceFileName = value
[DataMemberAttribute]
public string InstanceFileName { get; set; }
[DataMemberAttribute]
public:
property String^ InstanceFileName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member InstanceFileName : string with get, set
  function get InstanceFileName () : String
function set InstanceFileName (value : String)

Property Value

Type: System. . :: . .String
The name of the file that matched the file watcher filter and instantiated the job.

See Also

Reference

JobDetails Class

Microsoft.Web.Media.TransformManager Namespace