Share via


AgentAssignment.FailoverList Property

Definition

Gets or sets the list of management servers that are used as a failover list to determine the agents a rule will apply to.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::ManagementServer ^> ^ FailoverList { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::ManagementServer ^> ^ get(); void set(System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::ManagementServer ^> ^ value); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.ManagementServer> FailoverList { get; set; }
member this.FailoverList : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.ManagementServer> with get, set
Public Property FailoverList As ReadOnlyCollection(Of ManagementServer)

Property Value

Returns a ReadOnlyCollection<T> of ManagementServer objects.

Applies to