Compartir a través de


AtomLinkMetadata.Length Propiedad

Obtiene o establece una sugerencia sobre la longitud del contenido devuelta por el vínculo.

Espacio de nombres:  Microsoft.Data.OData.Atom
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Property Length As Nullable(Of Integer)
    Get
    Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Nullable<Int32>
Una sugerencia sobre la longitud del contenido devuelto por el vínculo.

Vea también

Referencia

AtomLinkMetadata Clase

Espacio de nombres Microsoft.Data.OData.Atom