Gets or sets the item values.
Namespace: Simol.IndexingAssembly: 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); } |