Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the collection of all Atom link information except for the self/edit links and the navigation property 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 AtomEntryMetadata
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 self/edit links and the navigation property links.