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