Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Item ( _ type As Integer _ ) As ObjectAttribute Get Set |
C# |
---|
public ObjectAttribute this[ int type ] { get; set; } |
Visual C++ |
---|
public: virtual property ObjectAttribute^ Item[int type] { ObjectAttribute^ get (int type) sealed; void set (int type, ObjectAttribute^ value) sealed; } |
JavaScript |
---|
function get_item(type); function set_item(value); |
Parameters
- type
- Type: System..::..Int32