Used to filter the workflow executions in visibility APIs based on a tag.

C# |
public class TagFilter

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | TagFilter()()()() | Initializes a new instance of the TagFilter class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Tag |
Specifies the tag that must be associated with the execution for it to meet the filter criteria. This field is required.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithTag(String) | Obsolete.
Sets the Tag property
|

Object | |
![]() | TagFilter |