CustomMonitoringEvent.Channel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a String that contains the name of the channel that the event gets published in.
- Attributes