ManagementContentNavigator.NavigatorPath Property

Definition

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.

Applies to