Share via


AgentAssignment.ExcludeList Property

Definition

Gets or sets the agents to exclude from a rule.

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

Property Value

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

Applies to