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

Syntax

Visual Basic (Declaration)
Public Property LogTime As String
	Get
	Set
C#
public string LogTime { get; set; }
Visual C++
public:
property String^ LogTime {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_logTime();
function set_logTime(value);

See Also