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