FullFileName Property

Gets the folder name and file name of the manifest.

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

Syntax

'Declaration

  Public ReadOnly Property FullFileName As String
    Get
'Usage

  Dim instance As JobManifest
Dim value As String

value = instance.FullFileName
  public string FullFileName { get; }
  public:
property String^ FullFileName {
    String^ get ();
}
  member FullFileName : string
  function get FullFileName () : String

Property Value

Type: System. . :: . .String
The folder name and the file name of the manifest.

See Also

Reference

JobManifest Class

Microsoft.Web.Media.TransformManager Namespace