Share via


WebSiteProperties3.StartArguments Property

 

Use Base

True

Namespace:   VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

string StartArguments { get; set; }
property String^ StartArguments {
    String^ get();
    void set(String^ value);
}
abstract StartArguments : string with get, set
Property StartArguments As String

Property Value

Type: System.String

Implements

WebSiteProperties2.StartArguments

See Also

WebSiteProperties3 Interface
VsWebSite90 Namespace

Return to top