ODataEntry.AssociationLinks Property
Gets or sets the association links.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property AssociationLinks As IEnumerable(Of ODataAssociationLink)
Get
Set
'Usage
Dim instance As ODataEntry
Dim value As IEnumerable(Of ODataAssociationLink)
value = instance.AssociationLinks
instance.AssociationLinks = value
public IEnumerable<ODataAssociationLink> AssociationLinks { get; set; }
public:
property IEnumerable<ODataAssociationLink^>^ AssociationLinks {
IEnumerable<ODataAssociationLink^>^ get ();
void set (IEnumerable<ODataAssociationLink^>^ value);
}
member AssociationLinks : IEnumerable<ODataAssociationLink> with get, set
function get AssociationLinks () : IEnumerable<ODataAssociationLink>
function set AssociationLinks (value : IEnumerable<ODataAssociationLink>)
Property Value
Type: System.Collections.Generic.IEnumerable<ODataAssociationLink>
The association links.