Share via


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
'Usage
Dim instance As WebSiteProperties 
Dim value As String 

value = instance.StartArguments

instance.StartArguments = value
string StartArguments { get; set; }
property String^ StartArguments {
    String^ get ();
    void set (String^ value);
}
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

WebSiteProperties Members

VsWebSite Namespace

EnvDTE

WebSiteProperties

Other Resources

Referencing Automation Assemblies and the DTE2 Object