Gets or sets the description.
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Property Description As String Get Set |
C# |
---|
string Description { get; set; } |
Visual C++ |
---|
property String^ Description { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_description(); function set_description(value); |