Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
LampAvailabilityChangedEventArgs.IsAvailable Property
Definition
- Namespace:
- Windows.Devices.Lights
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 value indicating whether the lamp device that triggered the event is available.
public:
property bool IsAvailable { bool get(); };
bool IsAvailable();
public bool IsAvailable { get; }
var boolean = lampAvailabilityChangedEventArgs.isAvailable;
Public ReadOnly Property IsAvailable As Boolean
Property Value
Boolean
bool
True if the lamp device is available; otherwise, false.
Applies to
Feedback
Was this page helpful?
