INavigationService.History Property

Definition

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.

Applies to