Gets the name of the attribute.
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property AttributeName As String Get |
C# |
---|
public string AttributeName { get; } |
Visual C++ |
---|
public: virtual property String^ AttributeName { String^ get () sealed; } |
JavaScript |
---|
function get_attributeName(); |