MonitoringEventProperty.AllProperties Property
Applies To: Operations Manager for System Center 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)
Syntax
public static IList<MonitoringEventProperty> AllProperties { get; }
public:
property IList<MonitoringEventProperty^>^ AllProperties {
static IList<MonitoringEventProperty^>^ get();
}
static member AllProperties : IList<MonitoringEventProperty> with get
Public Shared ReadOnly Property AllProperties As IList(Of MonitoringEventProperty)
Property Value
Type: System.Collections.Generic.IList<MonitoringEventProperty>
Returns aIList<T> object of MonitoringEventProperty object.
See Also
MonitoringEventProperty Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top