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

Syntax

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

See Also