Share via


AgentAssignment.ExcludeList Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the agents to exclude from a rule.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public ReadOnlyCollection<string> ExcludeList { get; set; }
public:
property ReadOnlyCollection<String^>^ ExcludeList {
    ReadOnlyCollection<String^>^ get();
    void set(ReadOnlyCollection<String^>^ value);
}
member ExcludeList : ReadOnlyCollection<string> with get, set
Public Property ExcludeList As ReadOnlyCollection(Of String)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>

Returns a ReadOnlyCollection<T> of strings that contain the agents to exclude from a rule.

See Also

AgentAssignment Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top