获取或设置媒体资源的编辑链接。
命名空间: Microsoft.Data.OData
程序集: Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)
语法
声明
Public Property EditLink As Uri
Get
Set
用法
Dim instance As ODataStreamReferenceValue
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
媒体资源的编辑链接。