PhotoImportSource.BatteryLevelPercent Property

Definition

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

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

A value from 0 to 100 that indicates the power level of the device battery, with 0 being none, and 100 being fully charged.

Applies to