MetricValueSet.Namespace Property
Optional. Metric namespace.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public string Namespace { get; set; }
public:
property String^ Namespace {
String^ get();
void set(String^ value);
}
member Namespace : string with get, set
Public Property Namespace As String
Property Value
Type: System.String
See Also
MetricValueSet Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace
Return to top