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

Syntax

Visual Basic (Declaration)
Property SlotID As Integer
	Get
	Set
C#
int SlotID { get; set; }
Visual C++
property int SlotID {
	int get ();
	void set (int value);
}
JavaScript
function get_slotID();
function set_slotID(value);

See Also