CustomMonitoringEvent.Channel Property

Definition

The channel of the Event.

public:
 property System::String ^ Channel { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public string Channel { get; set; }
member this.Channel : string with get, set
Public Property Channel As String

Property Value

String

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

Attributes

Applies to