ResultDocumentCollection.Item PropertyResultDocumentCollection.Item PropertyResultDocumentCollection::Item Property

Gets the ResultDocumentResultDocumentResultDocument with the specified URI.

Syntax

Public ReadOnly Property Item As ResultDocument (    uri As AnyUri _
)
        Get
public ResultDocument  this [    AnyUri uri
] { get; }
public:
property ResultDocument^ Item {
    ResultDocument^ get();
}