RuleCollection::Value Property

 

Gets or sets the rule 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^>^

The rule collection.

Return to top
Show: