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