MonitoringEvent.Parameters Property
Applies To: Operations Manager for System Center 2012
Gets a collection of parameters for the event.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<string> Parameters { get; }
public:
property ReadOnlyCollection<String^>^ Parameters {
ReadOnlyCollection<String^>^ get();
}
member Parameters : ReadOnlyCollection<string> with get
Public ReadOnly Property Parameters As ReadOnlyCollection(Of String)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
Returns a ReadOnlyCollection<T> of parameters for the event.
See Also
MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top