WebSiteProperties2.StartArguments Property

 

Use Base

True

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

WebSiteProperties.StartArguments

See Also

WebSiteProperties2 Interface
VsWebSite Namespace

Return to top