NavigationItem.ConfigurationPath 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 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
.