ControlChannelTrigger.ControlChannelTriggerId 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.
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
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.