Partager via


Propriété DataServiceBehavior.IncludeAssociationLinksInResponse

Obtient ou définit si les liens de relation sont inclus dans les réponses du service de données.

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

Syntaxe

'Déclaration
Public Property IncludeAssociationLinksInResponse As Boolean
    Get
    Set
'Utilisation
Dim instance As DataServiceBehavior
Dim value As Boolean

value = instance.IncludeAssociationLinksInResponse

instance.IncludeAssociationLinksInResponse = value
public bool IncludeAssociationLinksInResponse { get; set; }
public:
property bool IncludeAssociationLinksInResponse {
    bool get ();
    void set (bool value);
}
member IncludeAssociationLinksInResponse : bool with get, set
function get IncludeAssociationLinksInResponse () : boolean
function set IncludeAssociationLinksInResponse (value : boolean)

Valeur de propriété

Type : System.Boolean
True lorsque des liens de relation sont retournés ; sinon false.

Notes

La valeur par défaut est false.

Voir aussi

Référence

DataServiceBehavior Classe

Espace de noms System.Data.Services