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) パスの値を表す文字列。

属性

適用対象