Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Property Label As String Get Set |
C# |
---|
string Label { get; set; } |
Visual C++ |
---|
property String^ Label { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_label(); function set_label(value); |