ODataResourceCollectionInfo.Url 属性

获取或设置表示集合的统一资源定位符 (URL) 的 URI。

命名空间:  Microsoft.Data.OData
程序集:  Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)

语法

声明
Public Property Url As Uri
    Get
    Set
用法
Dim instance As ODataResourceCollectionInfo
Dim value As Uri

value = instance.Url

instance.Url = value
public Uri Url { get; set; }
public:
property Uri^ Url {
    Uri^ get ();
    void set (Uri^ value);
}
member Url : Uri with get, set
function get Url () : Uri
function set Url (value : Uri)

属性值

类型:System.Uri
表示集合的统一资源定位符 (URL) 的 URI。

请参阅

参考

ODataResourceCollectionInfo 类

Microsoft.Data.OData 命名空间