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 命名空间