DeviceManufacturerNotificationTrigger.TriggerQualifier Property

Definition

Gets an app-defined string that qualifies the trigger.

public:
 property Platform::String ^ TriggerQualifier { Platform::String ^ get(); };
winrt::hstring TriggerQualifier();
/// [get: Windows.Foundation.Metadata.Deprecated("DeviceManufacturerNotificationTrigger is deprecated and might not work on all platforms", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
winrt::hstring TriggerQualifier();
public string TriggerQualifier { get; }
public string TriggerQualifier { [Windows.Foundation.Metadata.Deprecated("DeviceManufacturerNotificationTrigger is deprecated and might not work on all platforms", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")] get; }
var string = deviceManufacturerNotificationTrigger.triggerQualifier;
Public ReadOnly Property TriggerQualifier As String

Property Value

String

Platform::String

winrt::hstring

An app-defined string that qualifies the trigger.

Attributes

Applies to