Condividi tramite


Proprietà LinkDescriptor.SourceProperty

Proprietà dell'identificatore dell'entità di origine in un collegamento restituito da un DataServiceResponse.

Spazio dei nomi  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SourceProperty As String
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
Identificatore di stringa di una proprietà Identity in un'entità di origine.

Vedere anche

Riferimento

LinkDescriptor Classe

Spazio dei nomi System.Data.Services.Client