Gets or sets the item values.

Namespace: Simol.Indexing
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public Dictionary<string, string> Values { get; set; }
Visual Basic
Public Property Values As Dictionary(Of String, String)
	Get
	Set
Visual C++
public:
property Dictionary<String^, String^>^ Values {
	Dictionary<String^, String^>^ get ();
	void set (Dictionary<String^, String^>^ value);
}

Field Value

The values.

See Also