Microsoft SDK for Java

MemberInfo.getDescription

Retrieves the description of the member.

Syntax

public String getDescription()

Return Value

Returns the member's description. If the member does not have the description attribute, an empty string is returned.

Remarks

This method searches the member's attributes for an instance of DescriptionAttribute. If one is found, the associated description text is returned.

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