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

Syntax

Visual Basic (Declaration)
ReadOnly Property Item ( _
	type As Integer _
) As ObjectAttribute
	Get
C#
ObjectAttribute this[
	int type
] { get; }
Visual C++
property ObjectAttribute^ Item[int type] {
	ObjectAttribute^ get (int type);
}
JavaScript
function get_item(type);

Parameters

type
Type: System..::..Int32

See Also