DataServiceBehavior.IncludeAssociationLinksInResponse-Eigenschaft
Ruft ab oder legt fest, ob Beziehungslinks in Antworten vom Datendienst eingeschlossen werden.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property IncludeAssociationLinksInResponse As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
True , wenn Beziehungslinks zurückgegeben werden; andernfalls false.
Hinweise
Der Standardwert ist false.