LinkInfo.AssociationLink Property

Gets or sets the URI that is the association link.

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

Syntax

'Declaration
Public Property AssociationLink As Uri 
    Get 
    Friend Set
'Usage
Dim instance As LinkInfo 
Dim value As Uri 

value = instance.AssociationLink
public Uri AssociationLink { get; internal set; }
public:
property Uri^ AssociationLink {
    Uri^ get ();
    internal: void set (Uri^ value);
}
member AssociationLink : Uri with get, internal set
function get AssociationLink () : Uri 
internal function set AssociationLink (value : Uri)

Property Value

Type: System.Uri
The URI of the association link.

See Also

Reference

LinkInfo Class

System.Data.Services.Client Namespace