Share via


MonitoringEventProperty.AllProperties Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim value As IList(Of MonitoringEventProperty)

value = MonitoringEventProperty.AllProperties

Syntax

'Declaration
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 Value

Returns aIList object of MonitoringEventProperty object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

MonitoringEventProperty Class
MonitoringEventProperty Members
Microsoft.EnterpriseManagement.Monitoring Namespace