WebSiteProperties3.StartAction Property
Namespace: VsWebSite90
Assembly: VsWebSite.Interop90 (in VsWebSite.Interop90.dll)
Syntax
'Declaration
Property StartAction As webStartAction
Get
Set
webStartAction StartAction { get; set; }
property webStartAction StartAction {
webStartAction get ();
void set (webStartAction value);
}
abstract StartAction : webStartAction with get, set
function get StartAction () : webStartAction
function set StartAction (value : webStartAction)
Property Value
Type: VsWebSite.webStartAction
Implements
WebSiteProperties2.StartAction
.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.