public string[] ExcludedHosts { get; set; }Public Property ExcludedHosts As String()
Get
Setpublic:
property array<String^>^ ExcludedHosts {
array<String^>^ get ();
void set (array<String^>^ value);
}member ExcludedHosts : string[] with get, set