LinkDescriptor.SourceProperty 속성
DataServiceResponse에서 반환된 링크의 원본 엔터티에 대한 식별자 속성입니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public ReadOnly Property SourceProperty As String
Get
‘사용 방법
Dim instance As LinkDescriptor
Dim value As String
value = instance.SourceProperty
public string SourceProperty { get; }
public:
property String^ SourceProperty {
String^ get ();
}
member SourceProperty : string
function get SourceProperty () : String
속성 값
유형: System.String
원본 엔터티의 ID 속성에 대한 문자열 식별자입니다.