OutputFolderPath Property

Gets or sets the output folder path for a job. This type/member supports the IIS Transform Manager infrastructure and is not intended to be used directly from your code.

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

Syntax

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

  Dim instance As JobDefinition
Dim value As String

value = instance.OutputFolderPath

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

Property Value

Type: System. . :: . .String
The output folder path for a job.

See Also

Reference

JobDefinition Class

Microsoft.Web.Media.TransformManager Namespace