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

Syntax

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

See Also