Microsoft SDK for Java

getProperty

This method of the ActiveXComponent Class invokes a property to retrieve the property value.

Syntax

public Variant getProperty(String propertyname);

Return Value

Returns the value of the property.

Parameters

propertyname The name of the property whose value will be retrieved.

Exceptions

IllegalArgumentException if propertyname is null.

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