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)

public:
property IList<Rule^>^ Value {
	IList<Rule^>^ get();
	void set(IList<Rule^>^ value);
}

Property Value

Type: System.Collections.Generic::IList<Rule^>^
Return to top
Show: