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

'Declaration
Property StartWorkingDirectory As String
string StartWorkingDirectory { get; set; }
property String^ StartWorkingDirectory {
    String^ get ();
    void set (String^ value);
}
abstract StartWorkingDirectory : string with get, set
function get StartWorkingDirectory () : String 
function set StartWorkingDirectory (value : 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.

.NET Framework Security

See Also

Reference

WebSiteProperties Interface

VsWebSite Namespace

EnvDTE

WebSiteProperties

Other Resources

Referencing Automation Assemblies and the DTE2 Object