LinkDescriptor.Source Property
A source entity in a link returned by a DataServiceResponse.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Source As Object
Get
'Usage
Dim instance As LinkDescriptor
Dim value As Object
value = instance.Source
public Object Source { get; }
public:
property Object^ Source {
Object^ get ();
}
member Source : Object
function get Source () : Object
Property Value
Type: System.Object
Object .