Share via


WebSiteProperties3.StartAction Property

 

Use Base

True

Namespace:   VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.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

Implements

WebSiteProperties2.StartAction

See Also

WebSiteProperties3 Interface
VsWebSite90 Namespace

Return to top