DeviceManufacturerNotificationTrigger.OneShot 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 whether the trigger is used only once.
public:
property bool OneShot { bool get(); };
bool OneShot();
/// [get: Windows.Foundation.Metadata.Deprecated("DeviceManufacturerNotificationTrigger is deprecated and might not work on all platforms", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
bool OneShot();
public bool OneShot { get; }
public bool OneShot { [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 boolean = deviceManufacturerNotificationTrigger.oneShot;
Public ReadOnly Property OneShot As Boolean
Property Value
Boolean
bool
True if the trigger is used only once.
- Attributes