获取或设置可用于读取该条目的链接。
命名空间: Microsoft.Data.OData
程序集: Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)
语法
声明
Public Property ReadLink As Uri
Get
Set
用法
Dim instance As ODataEntry
Dim value As Uri
value = instance.ReadLink
instance.ReadLink = value
public Uri ReadLink { get; set; }
public:
property Uri^ ReadLink {
Uri^ get ();
void set (Uri^ value);
}
member ReadLink : Uri with get, set
function get ReadLink () : Uri
function set ReadLink (value : Uri)
属性值
类型:System.Uri
可用于读取该条目的链接。