AgentAssignment.ExcludeList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.