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

Syntax

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

See Also