WebSiteProperties.StartArguments Property
Gets or sets a string containing the arguments to use when starting the Web site.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
string StartArguments { get; set; }
property String^ StartArguments {
String^ get();
void set(String^ value);
}
abstract StartArguments : string with get, set
Property StartArguments As String
Property Value
Type: System.String
The arguments for starting the Web site with the value of the StartProgram property.
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