Share via


MetricRollup.Values Property

Definition

Gets or sets the collection of metric values.

public System.Collections.Generic.ICollection<Microsoft.ServiceBus.Management.MetricValue> Values { get; set; }
member this.Values : System.Collections.Generic.ICollection<Microsoft.ServiceBus.Management.MetricValue> with get, set
Public Property Values As ICollection(Of MetricValue)

Property Value

The collection of metric values.

Applies to