AgentAssignment.ExcludeList Property

Updated: April 16, 2012

Gets or sets the agents to exclude from a rule. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As AgentAssignment Dim value As ReadOnlyCollection(Of String) value = instance.ExcludeList instance.ExcludeList = valuePublic 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 ValueReturns a ReadOnlyCollection of strings that contain the agents to exclude from a rule.
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