WebSiteProperties.StartWorkingDirectory Property

 

Gets the physical starting directory for the application represented by the specified Web site.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

string StartWorkingDirectory { get; set; }
property String^ StartWorkingDirectory {
    String^ get();
    void set(String^ value);
}
abstract StartWorkingDirectory : string with get, set
Property StartWorkingDirectory As String

Property Value

Type: System.String

The physical path to the starting directory.

Remarks

The StartURL value is used only when the value of the StartAction property is webStartActionProgram.

Examples

For an example of reading and setting late-bound properties, see WebSiteProperties.

See Also

EnvDTE
WebSiteProperties
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object

Return to top