ControlChannelTrigger.ControlChannelTriggerId Property

Definition

Gets a string that can be used to differentiate various control channel triggers on the local computer.

Note

The ControlChannelTrigger class is not supported on Windows Phone.

public:
 property Platform::String ^ ControlChannelTriggerId { Platform::String ^ get(); };
winrt::hstring ControlChannelTriggerId();
public string ControlChannelTriggerId { get; }
var string = controlChannelTrigger.controlChannelTriggerId;
Public ReadOnly Property ControlChannelTriggerId As String

Property Value

String

Platform::String

winrt::hstring

A string that can be used to differentiate various control channel triggers.

Remarks

This ControlChannelTriggerId property is set when creating a ControlChannelTrigger object using one of the ControlChannelTrigger constructors. The channelId parameter passed to the constructor sets this property.

Applies to