AtomFeedMetadata.Links Property

Gets or sets the collection of all Atom link information except for the next page and self links.

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

Syntax

'Declaration
Public Property Links As IEnumerable(Of AtomLinkMetadata)
    Get 
    Set
'Usage
Dim instance As AtomFeedMetadata 
Dim value As IEnumerable(Of AtomLinkMetadata)

value = instance.Links

instance.Links = value
public IEnumerable<AtomLinkMetadata> Links { get; set; }
public:
property IEnumerable<AtomLinkMetadata^>^ Links {
    IEnumerable<AtomLinkMetadata^>^ get ();
    void set (IEnumerable<AtomLinkMetadata^>^ value);
}
member Links : IEnumerable<AtomLinkMetadata> with get, set
function get Links () : IEnumerable<AtomLinkMetadata>
function set Links (value : IEnumerable<AtomLinkMetadata>)

Property Value

Type: System.Collections.Generic.IEnumerable<AtomLinkMetadata>
The collection of all Atom link information except for the next page and self links.

See Also

Reference

AtomFeedMetadata Class

Microsoft.Data.OData.Atom Namespace