Share via


WebSiteProperties2.StartArguments Property

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

WebSiteProperties2 Interface

VsWebSite Namespace