PhotoImportSource.BatteryLevelPercent 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.
The battery level of the source device.
public:
property IReference<unsigned int> ^ BatteryLevelPercent { IReference<unsigned int> ^ get(); };
IReference<uint32_t> BatteryLevelPercent();
public System.Nullable<uint> BatteryLevelPercent { get; }
var iReference = photoImportSource.batteryLevelPercent;
Public ReadOnly Property BatteryLevelPercent As Nullable(Of UInteger)
Property Value
A value from 0 to 100 that indicates the power level of the device battery, with 0 being none, and 100 being fully charged.