共用方式為


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 命名空間