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.4.0.0 (1.4.19.0529)
Syntax
public Object this[
	string key
] { get; set; }

Parameters

key
Type: SystemString

Property Value

Type: Object
See Also