This property should only be used by advanced users. It sets or returns the absolute ItemIdList of the current object. The returned pointer to an ItemIdList will be valid, until a new object was selected.
| C# | Visual Basic | Visual C++ |
public ItemIdList AbsoluteItemIdList { get; set; }
Public Property AbsoluteItemIdList As ItemIdList
public: property ItemIdList^ AbsoluteItemIdList { ItemIdList^ get (); void set (ItemIdList^ value); }