다음을 통해 공유


EntityDescriptor.SelfLink 속성

엔터티 리소스를 반환하는 데 사용되는 URI를 가져오거나 설정합니다.

네임스페이스:  System.Data.Services.Client
어셈블리:  Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)

구문

‘선언
Public Property SelfLink As Uri
    Get
    Friend Set
‘사용 방법
Dim instance As EntityDescriptor
Dim value As Uri

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

속성 값

유형: System.Uri
엔터티를 반환하는 URI입니다.

참고 항목

참조

EntityDescriptor 클래스

System.Data.Services.Client 네임스페이스