Count

Property of ISettingsStorage

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = SettingsStorage.Count;

Visual Basic Script

nVal = SettingsStorage.Count

C++

long nVal;
HRESULT hr = SettingsStorage.get_Count(&nVal);

See Also

ISettingsStorage