SimpleWorkerRequest.GetServerVariable(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une seule variable serveur à partir d'un dictionnaire de variables serveur associées à la demande.
public:
override System::String ^ GetServerVariable(System::String ^ name);
public override string GetServerVariable(string name);
override this.GetServerVariable : string -> string
Public Overrides Function GetServerVariable (name As String) As String
Paramètres
- name
- String
Nom de la variable serveur demandée.
Retours
Variable serveur demandée.