Freigeben über


EntityDescriptor.LinkInfos-Eigenschaft

Gibt eine Auflistung von Links zurück, die die Beziehungen darstellen, an denen die Entität teilnimmt.

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>

Eigenschaftswert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<LinkInfo>
Eine ReadOnlyCollection<T> von LinkInfo-Objekten, die Links darstellen, an denen die Entität teilnimmt.

Siehe auch

Verweis

EntityDescriptor Klasse

System.Data.Services.Client-Namespace