LinkInfo Class
Encapsulates information about a link, or relationship, between entities.
Inheritance Hierarchy
System.Object
System.Data.Services.Client.LinkInfo
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public NotInheritable Class LinkInfo
'Usage
Dim instance As LinkInfo
public sealed class LinkInfo
public ref class LinkInfo sealed
[<SealedAttribute>]
type LinkInfo = class end
public final class LinkInfo
The LinkInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssociationLink | Gets or sets the URI that is the association link. | |
Name | Gets or sets the name of the link. | |
NavigationLink | Gets or sets the URI that is the navigation property representation of the link. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.