Microsoft SDK for Java

PropertyInfo.getValue

Retrieves the current value of the property.

Syntax

public Object getValue( Object component )

Parameters

component

The component that defines the property.

Return Value

Returns the value of the property.

Remarks

This method invokes the component's get<PropertyName> method to retrieve the current property value.

See Also   setValue

© 1999 Microsoft Corporation. All rights reserved. Terms of use.