Share via


WebSiteProperties5.StartAction Property

 

Namespace:   VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.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

WebSiteProperties4.StartAction

See Also

WebSiteProperties5 Interface
VsWebSite100 Namespace

Return to top