DataServiceConfiguration.MaxExpandDepth-Eigenschaft
Ruft die maximale Anzahl von verknüpften Entitäten, die in einem $expand-Pfad in einer einzelnen Anforderung enthalten sein können, ab oder legt sie fest.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property MaxExpandDepth As Integer
Get
Set
'Usage
Dim instance As DataServiceConfiguration
Dim value As Integer
value = instance.MaxExpandDepth
instance.MaxExpandDepth = value
public int MaxExpandDepth { get; set; }
public:
virtual property int MaxExpandDepth {
int get () sealed;
void set (int value) sealed;
}
abstract MaxExpandDepth : int with get, set
override MaxExpandDepth : int with get, set
final function get MaxExpandDepth () : int
final function set MaxExpandDepth (value : int)
Eigenschaftswert
Typ: System.Int32
Die maximale Tiefe eines $expand-Pfads.
Implementiert
IDataServiceConfiguration.MaxExpandDepth
Siehe auch
Verweis
DataServiceConfiguration Klasse
System.Data.Services-Namespace