EntityDescriptor.LinkInfos Property

Returns a collection of links that are the relationships in which the entity participates.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property LinkInfos As ReadOnlyCollection(Of LinkInfo)
    Get
'Usage
Dim instance As EntityDescriptor 
Dim value As ReadOnlyCollection(Of LinkInfo)

value = instance.LinkInfos
public ReadOnlyCollection<LinkInfo> LinkInfos { get; }
public:
property ReadOnlyCollection<LinkInfo^>^ LinkInfos {
    ReadOnlyCollection<LinkInfo^>^ get ();
}
member LinkInfos : ReadOnlyCollection<LinkInfo>
function get LinkInfos () : ReadOnlyCollection<LinkInfo>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<LinkInfo>
A ReadOnlyCollection<T> of LinkInfo objects that represents links in which the entity participates.

See Also

Reference

EntityDescriptor Class

System.Data.Services.Client Namespace