Share via


WebSiteProperties3.StartArguments Property

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

WebSiteProperties3 Interface

VsWebSite90 Namespace