Share via


MetricFilter.Names Property

 

Gets or sets the TimeGrain of the filter

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public IEnumerable<string> Names { get; set; }
public:
property IEnumerable<String^>^ Names {
    IEnumerable<String^>^ get();
    void set(IEnumerable<String^>^ value);
}
member Names : IEnumerable<string> with get, set
Public Property Names As IEnumerable(Of String)

Property Value

Type: System.Collections.Generic.IEnumerable<String>

See Also

MetricFilter Class
Microsoft.Azure.Insights Namespace

Return to top