Share via


WebSiteProperties3.StartArguments Property

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

WebSiteProperties2.StartArguments

.NET Framework Security

See Also

Reference

WebSiteProperties3 Interface

StartArguments Overload

VsWebSite90 Namespace