Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.