CompileWorkflowTask.ProjectDirectory Property

Definition

Gets or sets a string that contains the path of the directory that contains the workflow project.

public:
 property System::String ^ ProjectDirectory { System::String ^ get(); void set(System::String ^ value); };
public string ProjectDirectory { get; set; }
member this.ProjectDirectory : string with get, set
Public Property ProjectDirectory As String

Property Value

A string that contains the path of the directory that contains the workflow project.

Applies to