NavigationItem.ConfigurationPath Property

Definition

Gets the configuration path for the navigation item.

public:
 property Microsoft::Web::Management::Server::ManagementConfigurationPath ^ ConfigurationPath { Microsoft::Web::Management::Server::ManagementConfigurationPath ^ get(); };
public Microsoft.Web.Management.Server.ManagementConfigurationPath ConfigurationPath { get; }
member this.ConfigurationPath : Microsoft.Web.Management.Server.ManagementConfigurationPath
Public ReadOnly Property ConfigurationPath As ManagementConfigurationPath

Property Value

A ManagementConfigurationPath object that contains the navigation item information.

Remarks

The configuration path is the location of the navigation item in a management unit, such as an application path, folder path, path type, or site name.

The configuration path for the Start page in the IIS Manager is null.

Applies to