Partager via


Propriété ODataEntityReferenceLinks.Count

Obtient ou définit le nombre inline facultatif de la collection $links.

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

Syntaxe

'Déclaration
Public Property Count As Nullable(Of Long)
    Get
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Nullable<Int64>
Nombre inline facultatif de la collection $links.

Voir aussi

Référence

ODataEntityReferenceLinks Classe

Espace de noms Microsoft.Data.OData