NavigationEntity.UrnPath 属性

定义

获取或设置实体的统一资源名称 (URN) 路径的值。

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

属性值

String[]

表示实体的统一资源名称 (URN) 路径的值的字符串。

属性

适用于