MonitoringAlertProperty.AllProperties Property

Updated: April 16, 2012

Returns a collection of MonitoringAlertProperty objects. Each object represents an MonitoringAlert property. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim value As IList(Of MonitoringAlertProperty) value = MonitoringAlertProperty.AllProperties Public Shared ReadOnly Property AllProperties As IList(Of MonitoringAlertProperty)public static IList<MonitoringAlertProperty> AllProperties { get; }public: static property IList<MonitoringAlertProperty^>^ AllProperties { IList<MonitoringAlertProperty^>^ get (); }/** @property */ public static IList<MonitoringAlertProperty> get_AllProperties () public static function get AllProperties () : IList<MonitoringAlertProperty> Property ValueReturns an IList of MonitoringAlertProperty objects.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms