InputFolderPath Property

Gets or sets the input folder path. 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 InputFolderPath As String
    Get
    Set
'Usage

  Dim instance As JobDefinition
Dim value As String

value = instance.InputFolderPath

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

Property Value

Type: System. . :: . .String
The input folder path.

See Also

Reference

JobDefinition Class

Microsoft.Web.Media.TransformManager Namespace