Indexer access to a FeaturedDocument in the collection.
            
| C# | Visual Basic | Visual C++ | 
public FeaturedDocument this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As FeaturedDocument
public: property FeaturedDocument^ default[int index] { FeaturedDocument^ get (int index); }
- index (Int32)