EntityDescriptor.LinkInfos Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une collection de liens qui correspondent aux relations auxquelles l'entité participe.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Client.LinkInfo> LinkInfos { get; }
member this.LinkInfos : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.OData.Client.LinkInfo>
Public ReadOnly Property LinkInfos As ReadOnlyCollection(Of LinkInfo)
Valeur de propriété
ReadOnlyCollection<T> d’objets LinkInfo qui représente les liens auxquels l’entité participe.