Share via


WebSiteProperties2.StartArguments Property

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

Syntax

'Declaration
Property StartArguments As String
    Get
    Set
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

Implements

WebSiteProperties.StartArguments

.NET Framework Security

See Also

Reference

WebSiteProperties2 Interface

StartArguments Overload

VsWebSite Namespace