ODataStreamReferenceValue.ReadLink 属性

获取或设置媒体资源的读取链接。

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

语法

声明
Public Property ReadLink As Uri
    Get
    Set
用法
Dim instance As ODataStreamReferenceValue
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
媒体资源的读取链接。

请参阅

参考

ODataStreamReferenceValue 类

Microsoft.Data.OData 命名空间