Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft die optionale Inlineanzahl der $links-Auflistung ab oder legt sie fest.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Count As Nullable(Of Long)
Get
Set
'Usage
Dim instance As ODataEntityReferenceLinks
Dim value As Nullable(Of Long)
value = instance.Count
instance.Count = value
public Nullable<long> Count { get; set; }
public:
property Nullable<long long> Count {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member Count : Nullable<int64> with get, set
function get Count () : Nullable<long>
function set Count (value : Nullable<long>)
Eigenschaftswert
Typ: System.Nullable<Int64>
Die optionale Inlineanzahl der $links-Auflistung.