WebSiteProperties2.StartArguments, propriété
Espace de noms : VsWebSite
Assembly : VsWebSite.Interop (dans VsWebSite.Interop.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : System.String
Implémentations
WebSiteProperties.StartArguments
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.