WebSiteProperties.StartArguments Property

Gets or sets a string containing the arguments to use when starting the Web site.

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
The arguments for starting the Web site with the value of the StartProgram property.

Examples

For an example of reading and setting late-bound properties, see WebSiteProperties.

.NET Framework Security

See Also

Reference

WebSiteProperties Interface

VsWebSite Namespace

EnvDTE

WebSiteProperties

Other Resources

Referencing Automation Assemblies and the DTE2 Object