MetadataLocation.Location プロパティ

定義

メタデータ ドキュメントのアドレスを取得または設定します。

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

プロパティ値

String

メタデータ ドキュメントのアドレス。

注釈

アドレスは、相対 URI または絶対 URI にする必要があります。

適用対象