Type of this attribute

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

Syntax

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

Return Value

Attribute's type

Implements

IObjectAttribute..::..AttributeType

Remarks