다음을 통해 공유


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 네임스페이스