Share via


MonitoringAlertProperty.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 MonitoringAlertProperty objects. Each object represents an MonitoringAlert property.

Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim value As IList(Of MonitoringAlertProperty)

value = MonitoringAlertProperty.AllProperties

Syntax

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

Returns an IList of MonitoringAlertProperty objects.

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

MonitoringAlertProperty Class
MonitoringAlertProperty Members
Microsoft.EnterpriseManagement.Monitoring Namespace