Microsoft SDK for Java

ResourceSet.getProperty

Retrieves the value of the specified property.

Syntax

public Object getProperty( String name )

Parameters

name

The name of the property.

Return Value

Returns the property value. If the resource set does not contain a property with the specified name, null is returned.

See Also   setProperty, getProperties

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