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

Syntax

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

Implements

IMechanismList..::..Count

See Also