WebSiteProperties.StartAction Property
Gets or sets the type of action to take when debugging the Web site.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
webStartAction StartAction { get; set; }
property webStartAction StartAction {
webStartAction get();
void set(webStartAction value);
}
abstract StartAction : webStartAction with get, set
Property StartAction As webStartAction
Property Value
Type: VsWebSite.webStartAction
One of the webStartAction enumeration values.
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