Share via


LinkDescriptor.SourceProperty Property

The identifier property of the 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 SourceProperty As String 
    Get
'Usage
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

Property Value

Type: System.String
The string identifier of an identity property in a source entity.

See Also

Reference

LinkDescriptor Class

System.Data.Services.Client Namespace