Back to product page

Count property (Certificates)


Holds total number of certificates in the collection.

Type

An Integer value

Syntax

  • Basic
object.Count
The Count(object) syntax has these parts:
objectAn expression evaluating to an object of type Certificates.

Remarks

Once Certificates object is created, it will internally enumerate all accessible certificates. This property will hold their count. To access specific certificate from the collection, use Item property.

Platforms

Windows