Partager via


Propriété LinkDescriptor.SourceProperty

Propriété d'identificateur de l'entité source dans un lien retourné par DataServiceResponse.

Espace de noms :  System.Data.Services.Client
Assembly :  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SourceProperty As String
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
Identificateur de chaîne d'une propriété d'identité dans une entité source.

Voir aussi

Référence

LinkDescriptor Classe

Espace de noms System.Data.Services.Client