Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Model As String Get Set |
C# |
---|
public string Model { get; set; } |
Visual C++ |
---|
public: virtual property String^ Model { String^ get () sealed; void set (String^ value) sealed; } |
JavaScript |
---|
function get_model(); function set_model(value); |