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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.