SizeUnits property

Returns the type of units in which the item's size is measured.

Syntax


C++

HRESULT get_SizeUnits(BSTR* pSizeUnits)

Scripting languages

String = Object.SizeUnits

Remarks


If the item's size is equal to one, the string is the singular form of the unit, for example byte. Otherwise, the string is the plural form of the unit, for example, bytes.

Home

Applies to

IERUPrincipalItem


See also

Creating Items

Files