Gets or sets the flags.

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

Syntax

Visual Basic (Declaration)
Property Flags As Integer
	Get
	Set
C#
int Flags { get; set; }
Visual C++
property int Flags {
	int get ();
	void set (int value);
}
JavaScript
function get_flags();
function set_flags(value);

Field Value

The flags.

See Also