Gets or sets the item values with the specified property name.

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

Syntax

C#
public string this[
	string propertyName
] { get; set; }
Visual Basic
Public Default Property Item ( _
	propertyName As String _
) As String
	Get
	Set
Visual C++
public:
property String^ default[String^ propertyName] {
	String^ get (String^ propertyName);
	void set (String^ propertyName, String^ value);
}

Parameters

propertyName
Type: System..::..String

Field Value

See Also