Share via


AgentAssignment.FailoverList Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As AgentAssignment
Dim value As ReadOnlyCollection(Of ManagementServer)

value = instance.FailoverList

instance.FailoverList = value

Syntax

'Declaration
Public 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 Value

Returns a ReadOnlyCollection of ManagementServer objects.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AgentAssignment Class
AgentAssignment Members
Microsoft.EnterpriseManagement.Administration Namespace