PropertySpecificationDescriptorGetValue Method  | 
 
            When overridden in a derived class, gets the current value of the property on a component.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.3.0 (1.3.18.0209)
Syntaxpublic override Object GetValue(
	Object component
)
Public Overrides Function GetValue ( 
	component As Object
) As Object
Parameters
- component
 - Type: SystemObject
The component with the property for which to retrieve the value. 
Return Value
Type: 
Object
            The value of a property for a given component.
            
See Also