Microsoft SDK for Java

DhPropertyBag.getString

Retrieves the VALUE attribute of a PARAM tag given the NAME attribute.

Syntax

public String getString( String name )

Parameters

name

The NAME attribute of the PARAM tag.

Return Value

Returns the corresponding VALUE attribute of the same PARAM tag.

Remarks

For example, for the construction <PARAM NAME=weekday VALUE=monday>, this method retrieves the string "monday" when getString("weekday") is called.

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