Count

Property of IScripts

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Scripts.Count;

Visual Basic Script

nVal = Scripts.Count

C++

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

See Also

IScripts