Share via


WebSiteProperties2.StartAction Property

 

Use Base

True

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

Implements

WebSiteProperties.StartAction

See Also

WebSiteProperties2 Interface
VsWebSite Namespace

Return to top