CustomMonitoringEvent.Parameters Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a list of parameters for the event.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As CustomMonitoringEvent
Dim value As IList(Of String)
value = instance.Parameters
Syntax
'Declaration
<DataMemberAttribute(IsRequired:=True)> _
Public Property Parameters As IList(Of String)
[DataMemberAttribute(IsRequired=true)]
public IList<string> Parameters { get; }
[DataMemberAttribute(IsRequired=true)]
public:
property IList<String^>^ Parameters {
IList<String^>^ get ();
}
/** @property */
public IList<String> get_Parameters ()
public function get Parameters () : IList<String>
Property Value
Returns a IList of strings that are the parameters for the event.
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
CustomMonitoringEvent Class
CustomMonitoringEvent Members
Microsoft.EnterpriseManagement.Monitoring Namespace