IncludeRelationshipLinksInResponse Property

Get or sets whether relationship links are included in responses from the data service.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Property IncludeRelationshipLinksInResponse As Boolean
    Get
    Set
'Usage
Dim instance As DataServiceBehavior
Dim value As Boolean

value = instance.IncludeRelationshipLinksInResponse

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

Property Value

Type: System..::..Boolean
A Boolean value that is true when relationship links are returned; otherwise false.

See Also

Reference

DataServiceBehavior Class

System.Data.Services Namespace