ServerInformationProviderInfo.ServerType Propriété
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.
Obtient ou définit la collection du type de serveur pour l'instance.
public:
property cli::array <System::String ^> ^ ServerType { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Xml.Serialization.XmlElement("ServerType")]
public string[] ServerType { get; set; }
[<System.Xml.Serialization.XmlElement("ServerType")>]
member this.ServerType : string[] with get, set
Public Property ServerType As String()
Valeur de propriété
Chaîne qui représente la collection du type de serveur.
- Attributs