MonitoringEventProperty.AllProperties Property

Updated: April 16, 2012

Returns a collection of MonitoringEventProperty objects. Each object represents an MonitoringEvent property. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim value As IList(Of MonitoringEventProperty) value = MonitoringEventProperty.AllProperties Public Shared ReadOnly Property AllProperties As IList(Of MonitoringEventProperty)public static IList<MonitoringEventProperty> AllProperties { get; }public: static property IList<MonitoringEventProperty^>^ AllProperties { IList<MonitoringEventProperty^>^ get (); }/** @property */ public static IList<MonitoringEventProperty> get_AllProperties () public static function get AllProperties () : IList<MonitoringEventProperty> Property ValueReturns aIList object of MonitoringEventProperty object.
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