INavigationEntry.SupportedUrnPaths 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 uniform resource name path that this navigation entry belongs.
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ SupportedUrnPaths { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> SupportedUrnPaths { get; }
member this.SupportedUrnPaths : seq<string>
Public ReadOnly Property SupportedUrnPaths As IEnumerable(Of String)
Property Value
A string that represents the uniform resource name path that this navigation entry belongs.