IFilterCollection Interface

Use this interface to programatically access the filter conditions provided by Orchestrator when the Activity is invoked as part of a running workflow.

Namespace: Microsoft.SystemCenter.Orchestrator.Integration
Assembly: Microsoft.SystemCenter.Orchestrator.Integration (in Microsoft.SystemCenter.Orchestrator.Integration.dll)

Usage

'Usage
Dim instance As IFilterCollection

Syntax

'Declaration
Public Interface IFilterCollection
    Inherits IEnumerable(Of IFilterCriteria), IEnumerable
public interface IFilterCollection : IEnumerable<IFilterCriteria>, IEnumerable
public interface class IFilterCollection : IEnumerable<IFilterCriteria^>, IEnumerable
public interface IFilterCollection extends IEnumerable<IFilterCriteria>, 
    IEnumerable
public interface IFilterCollection extends IEnumerable<IFilterCriteria>, 
    IEnumerable

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

IFilterCollection Members
Microsoft.SystemCenter.Orchestrator.Integration Namespace