Report.Urn プロパティ

定義

レポートの URN (Uniform Resource Name) 値を取得します。値の設定も可能です。

public:
 property System::String ^ Urn { System::String ^ get(); void set(System::String ^ value); };
public string Urn { get; set; }
member this.Urn : string with get, set
Public Property Urn As String

プロパティ値

指定されたレポートの Uniform Resource Name を表す文字列。

適用対象