ServerInformationProviderInfo.ServerType Property

Definition

Gets or sets the collection of the server type for the 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()

Property Value

String[]

A string that represents the collection of the server type.

Attributes

Applies to