Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.