Click or drag to resize
PropertyTableItem Property
Gets or sets the value of the property with the specified name.

In C#, this property is the indexer of the PropertyTable class.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public Object this[
	string key
] { get; set; }

Parameters

key
Type: SystemString

Property Value

Type: Object
See Also