CompileWorkflowTask.ProjectExtension Property

Definition

Gets or sets a string that contains the file name extension for the workflow project.

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

Property Value

A string that contains the file name extension for the workflow project.

Applies to