CustomMonitoringEvent.Parameters Property
Applies To: Operations Manager for System Center 2012
Gets a list of parameters for the event.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public IList<string> Parameters { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property IList<String^>^ Parameters {
IList<String^>^ get();
internal: void set(IList<String^>^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member Parameters : IList<string> with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property Parameters As IList(Of String)
Get
Friend Set
End Property
Property Value
Type: System.Collections.Generic.IList<String>
Returns a IList<T> of strings that are the parameters for the event.
See Also
CustomMonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top