Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Property QueueSize As Integer Get Set |
C# |
---|
public static int QueueSize { get; set; } |
Visual C++ |
---|
public: static property int QueueSize { int get (); void set (int value); } |
JavaScript |
---|
Cryptware.NCryptoki.LogWriter.get_queueSize = function(); Cryptware.NCryptoki.LogWriter.set_queueSize = function(value); |