AgentAssignment.FailoverList Property

Updated: April 16, 2012

Gets or sets the list of management servers that are used as a failover list to determine the agents a rule will apply to. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As AgentAssignment Dim value As ReadOnlyCollection(Of ManagementServer) value = instance.FailoverList instance.FailoverList = valuePublic Property FailoverList As ReadOnlyCollection(Of ManagementServer)public ReadOnlyCollection<ManagementServer> FailoverList { get; set; }public: property ReadOnlyCollection<ManagementServer^>^ FailoverList { ReadOnlyCollection<ManagementServer^>^ get (); void set (ReadOnlyCollection<ManagementServer^>^ value); }/** @property */ public ReadOnlyCollection<ManagementServer> get_FailoverList () /** @property */ public void set_FailoverList (ReadOnlyCollection<ManagementServer> value) public function get FailoverList () : ReadOnlyCollection<ManagementServer> public function set FailoverList (value : ReadOnlyCollection<ManagementServer>) Property ValueReturns a ReadOnlyCollection of ManagementServer objects.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms