共用方式為


ODataEntry.EditLink 屬性

取得或設定用來編輯項目的連結。

命名空間:  Microsoft.Data.OData
組件:  Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)

語法

'宣告
Public Property EditLink As Uri
    Get
    Set
'用途
Dim instance As ODataEntry
Dim value As Uri

value = instance.EditLink

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

屬性值

型別:System.Uri
用來編輯項目的連結。

請參閱

參考

ODataEntry 類別

Microsoft.Data.OData 命名空間