DeviceManufacturerNotificationTrigger.TriggerQualifier 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 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
An app-defined string that qualifies the trigger.
- Attributes