Condividi tramite


Proprietà AtomLinkMetadata.Length

Ottiene o imposta un hint per la lunghezza del contenuto restituito dal collegamento.

Spazio dei nomi  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Sintassi

'Dichiarazione
Public Property Length As Nullable(Of Integer)
    Get
    Set
'Utilizzo
Dim instance As AtomLinkMetadata
Dim value As Nullable(Of Integer)

value = instance.Length

instance.Length = value
public Nullable<int> Length { get; set; }
public:
property Nullable<int> Length {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
member Length : Nullable<int> with get, set
function get Length () : Nullable<int>
function set Length (value : Nullable<int>)

Valore proprietà

Tipo: System.Nullable<Int32>
Hint per la lunghezza del contenuto restituito dal collegamento.

Vedere anche

Riferimento

AtomLinkMetadata Classe

Spazio dei nomi Microsoft.Data.OData.Atom