KeyList..::..Keys Property

Gets or sets the keys.

Namespace:  ZarahDB_Library.Types
Assembly:  ZarahDB_Library (in ZarahDB_Library.dll)

Syntax


public List<string> Keys { get; set; }
Public Property Keys As List(Of String)
	Get
	Set
public:
property List<String^>^ Keys {
	List<String^>^ get ();
	void set (List<String^>^ value);
}

Field Value

The keys.