FindItemParentType.Item Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Item property gets an object that is of the type ArrayOfRealItemsType or ArrayOfGroupedItemsType that contains the items found.
public:
property System::Object ^ Item { System::Object ^ get(); void set(System::Object ^ value); };
public object Item { get; set; }
Public Property Item As Object
Property Value
The Item property returns an object of the type ArrayOfRealItemsType or ArrayOfGroupedItemsType that contains the items found.