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。

适用于