Share via


AtomLinkMetadata.Length Property

Gets or sets a hint at the length of the content returned from the link.

Namespace:  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property Length As Nullable(Of Integer)
    Get 
    Set
'Usage
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>)

Property Value

Type: System.Nullable<Int32>
A hint at the length of the content returned from the link.

See Also

Reference

AtomLinkMetadata Class

Microsoft.Data.OData.Atom Namespace