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:
property int Count {
	int get ();
}
JavaScript
function get_count();

See Also