INavigationEntry.SupportedUrnPaths Property

Definition

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.

Applies to