Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of action to take when debugging the Web site.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Property StartAction As webStartAction
'Usage
Dim instance As WebSiteProperties
Dim value As webStartAction
value = instance.StartAction
instance.StartAction = value
webStartAction StartAction { get; set; }
property webStartAction StartAction {
webStartAction get ();
void set (webStartAction value);
}
function get StartAction () : webStartAction
function set StartAction (value : 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.
.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.