NavigationEntity.UrnPath Property

Definition

Gets or sets the value for the Uniform Resource Name (URN) path of the entity.

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 value for the Resource Name (URN) path of the entity.

Attributes

Applies to