INavigationService.History 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.
Gets the set of IIS Manager pages in the history.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::Management::Client::NavigationItem ^> ^ History { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::Management::Client::NavigationItem ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.Management.Client.NavigationItem> History { get; }
member this.History : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.Management.Client.NavigationItem>
Public ReadOnly Property History As ReadOnlyCollection(Of NavigationItem)
Property Value
The set of pages in the history.
Remarks
The current page is the first in the collection.