Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Property Model As String
	Get
	Set
C#
string Model { get; set; }
Visual C++
property String^ Model {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_model();
function set_model(value);

See Also