remainingSpace property
Retrieves the remaining number of UTF-16 characters allowed for the storage object.
![]() |
Syntax
HRESULT value = object.get_remainingSpace(* p);
Property values
Type: long
the remaining number of UTF-16 characters allowed.
Remarks
The current size of the storage area is calculated as the sum of the length of all key names and values.
Show:
