Microsoft SDK for Java

IResourceManager.containsProperty

Determines whether the specified property is stored for a given locale.

Syntax

public boolean containsProperty( String name )

public boolean containsProperty( Locale locale, String name )

Parameters

name

The name of the property.

locale

A Locale object that represents the locale to check. If no value is specified for this parameter, the current locale is used.

Return Value

Returns true if the property is contained by the resource manager; otherwise, returns false.

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