Microsoft SDK for Java

PropertyInfo.setValue

Sets the value of the property.

Syntax

public void setValue( Object component, Object value )

Parameters

component

The component that defines the property.

value

The new value of the property.

Remarks

This method invokes the component's set<PropertyName> method, if it exists.

See Also   getValue

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