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.2.0.0 (1.2.16.0406)
Syntax public Object this[
string key
] { get; set; }
Public Default Property Item (
key As String
) As Object
Get
Set
Parameters
- key
- Type: SystemString
Property Value
Type:
ObjectSee Also