NavigationView.UrnPath 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 or sets the text value of the path that represents the Urn object.
public:
property cli::array <System::String ^> ^ UrnPath { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Xml.Serialization.XmlElement("UrnPath")]
public string[] UrnPath { get; set; }
[<System.Xml.Serialization.XmlElement("UrnPath")>]
member this.UrnPath : string[] with get, set
Public Property UrnPath As String()
Property Value
String[]
A string that represents the URN path.
- Attributes