Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the number of seconds of backup battery life when at full charge, or 0xFFFFFFFF (BATTERY_LIFE_UNKNOWN) if full lifetime is unknown.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public Property BackupBatteryFullLifetime As Integer
'Usage
Dim instance As SystemInfo
Dim value As Integer
value = instance.BackupBatteryFullLifetime
instance.BackupBatteryFullLifetime = value
public int BackupBatteryFullLifetime { get; set; }
public:
property int BackupBatteryFullLifetime {
int get ();
void set (int value);
}
public function get BackupBatteryFullLifetime () : int
public function set BackupBatteryFullLifetime (value : int)
Property Value
Type: System.Int32
The number of seconds of backup battery life when at full charge, or 0xFFFFFFFF (BATTERY_LIFE_UNKNOWN) if full lifetime is unknown.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.