ManagementContentNavigator.NavigatorPath 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 complete path from the current ManagementContentNavigator object to the root.
public:
property System::String ^ NavigatorPath { System::String ^ get(); };
public string NavigatorPath { get; }
member this.NavigatorPath : string
Public ReadOnly Property NavigatorPath As String
Property Value
The complete path from the current ManagementContentNavigator object to the root, or null
if the current object is the root object.