MonitoringEventProperty.AllProperties Property

Definition

Gets all properties.

public:
 static property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::MonitoringEventProperty ^> ^ AllProperties { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::MonitoringEventProperty ^> ^ get(); };
public static System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringEventProperty> AllProperties { get; }
member this.AllProperties : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringEventProperty>
Public Shared ReadOnly Property AllProperties As IList(Of MonitoringEventProperty)

Property Value

IList<MonitoringEventProperty>

All properties.

Applies to