共用方式為


EntityDescriptor.EditLink 屬性

取得或設定修改實體的 URI。

命名空間:  System.Data.Services.Client
組件:  Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)

語法

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

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

屬性值

型別:System.Uri
實體資源的編輯連結 URI。

請參閱

參考

EntityDescriptor 類別

System.Data.Services.Client 命名空間