共用方式為


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
來源實體中識別屬性的字串識別項。

請參閱

參考

LinkDescriptor 類別

System.Data.Services.Client 命名空間