NavigationEntity.UrnPath Propiedad

Definición

Obtiene o establece el valor para la ruta de acceso del nombre uniforme de recursos (URN) de la entidad.

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()

Valor de propiedad

String[]

Cadena que representa el valor para la ruta de acceso del nombre de recursos uniforme (URN) de la entidad.

Atributos

Se aplica a