Gets the count.

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property Count As Integer
	Get
C#
int Count { get; }
Visual C++
property int Count {
	int get ();
}
JavaScript
function get_count();

Field Value

The count.

See Also