Category.AncestorCategories

Ee824357.c++_on(en-US,CS.10).gifEe824357.vb_off(en-US,CS.10).gif

The AncestorCategories property is a read-only Recordset object that contains the names of categories that exist anywhere above this category in the hierarchy

Definition

Property AncestorCategories() As Recordset

Parameters

None.

Error Values

This method sets the Number property of the global Err object to S_OK (&H00000000) to indicate success and to standard COM error values to indicate failure. For more information about standard COM errors, see Standard COM Errors. Additional information may be available using the global Err object. In particular, the Description property may contain a text description of the error.

Remarks

The AncestorCategories property contains valid data only if it was accessed successfully.

The AncestorCategories property is a Recordset object with a single 128-character field, named Name.

See Also

Category Object

Category.ParentCategories

Category.ChildCategories


All rights reserved.