Microsoft SDK for Java

lookup

This method of the ReadOnlyAttributes class cycles through the collection of Attribute objects and retrieves the named Attribute, if it is present.

Syntax

public Attribute lookup(Name name);

Return Value

Returns the named Attribute; returns null if the Attribute is not currently included in the collection.

Parameters

name The Name of the Attribute to retrieve.

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