Share via


HistoricalUsageMetric.Message Property

 

Optional. A string for optional message content.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public string Message { get; set; }
public:
property String^ Message {
    String^ get();
    void set(String^ value);
}
member Message : string with get, set
Public Property Message As String

Property Value

Type: System.String

See Also

HistoricalUsageMetric Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top