MetricValueSetCollection.Value Property
Optional. The collection.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Usage
'Usage
Dim instance As MetricValueSetCollection
Dim value As IList(Of MetricValueSet)
value = instance.Value
instance.Value = value
Syntax
'Declaration
Public Property Value As IList(Of MetricValueSet)
public IList<MetricValueSet> Value { get; set; }
public:
property IList<MetricValueSet^>^ Value {
IList<MetricValueSet^>^ get ();
void set (IList<MetricValueSet^>^ value);
}
/** @property */
public IList<MetricValueSet> get_Value ()
/** @property */
public void set_Value (IList<MetricValueSet> value)
public function get Value () : IList<MetricValueSet>
public function set Value (value : IList<MetricValueSet>)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
MetricValueSetCollection Class
MetricValueSetCollection Members
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace