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