Share via


AgentAssignment.ExcludeList 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 agents to exclude from a rule.

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

Usage

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

value = instance.ExcludeList

instance.ExcludeList = value

Syntax

'Declaration
Public Property ExcludeList As ReadOnlyCollection(Of String)
public ReadOnlyCollection<string> ExcludeList { get; set; }
public:
property ReadOnlyCollection<String^>^ ExcludeList {
    ReadOnlyCollection<String^>^ get ();
    void set (ReadOnlyCollection<String^>^ value);
}
/** @property */
public ReadOnlyCollection<String> get_ExcludeList ()

/** @property */
public void set_ExcludeList (ReadOnlyCollection<String> value)
public function get ExcludeList () : ReadOnlyCollection<String>

public function set ExcludeList (value : ReadOnlyCollection<String>)

Property Value

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

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