|  | DynamicReadOnlyPropertyDescriptorGetValue Method | 
When overridden in a derived class, gets the current value of the property on a component.
 
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
 Syntax
Syntaxpublic override Object GetValue(
	Object component
)
Public Overrides Function GetValue ( 
	component As Object
) As Object
public:
virtual Object^ GetValue(
	Object^ component
) override
abstract GetValue : 
        component : Object -> Object 
override GetValue : 
        component : Object -> Object Parameters
- component
- Type: SystemObject
 The component with the property for which to retrieve the value.
Return Value
Type: 
ObjectThe value of a property for a given component.
 See Also
See Also