Share via


RuleListResponse.Value Property

 

Optional. Alert rules collection.

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

Syntax

public IList<Rule> Value { get; set; }
public:
property IList<Rule^>^ Value {
    IList<Rule^>^ get();
    void set(IList<Rule^>^ value);
}
member Value : IList<Rule> with get, set
Public Property Value As IList(Of Rule)

Property Value

Type: System.Collections.Generic.IList<Rule>

See Also

RuleListResponse Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace

Return to top