다음을 통해 공유


NavigationEntity.UrnPath 속성

정의

엔터티의 URN(Uniform Resource Name) 경로에 대한 값을 가져오거나 설정합니다.

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(Uniform Resource Name) 경로에 대한 값을 나타내는 문자열입니다.

특성

적용 대상