The DimensionFilter data type is used to filter ListMetrics results.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DimensionFilter
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | ||
|---|---|---|---|---|
|  | DimensionFilter()()()() | Initializes a new instance of the DimensionFilter 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.) | ||
|  | Name | 
            The dimension name to be matched.
             
             Constraints: | ||
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | ||
|  | Value | 
            The value of the dimension to be matched.  
 Constraints: | ||
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | ||
|  | WithValue(String) | Obsolete. 
            Sets the Value property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DimensionFilter | 
 Note:
 Note: