MonitoringEvent.Channel Property
Applies To: Operations Manager for System Center 2012
Gets the channel of the event.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string Channel { get; }
public:
property String^ Channel {
String^ get();
}
member Channel : string with get
Public ReadOnly Property Channel As String
Property Value
Type: System.String
Returns a String that contains the channel of the event.
See Also
MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top