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 プロパティの文字列識別子。