Freigeben über


CustomMonitoringEvent.Channel Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the name of the channel that the event gets published in.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[DataMemberAttribute(IsRequired = true)]
public string Channel { get; set; }
public:
[DataMemberAttribute(IsRequired = true)]
property String^ Channel {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member Channel : string with get, set
<DataMemberAttribute(IsRequired := True)>
Public Property Channel As String

Property Value

Type: System.String

Returns a String that contains the name of the channel that the event gets published in.

See Also

CustomMonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top