Condividi tramite


Proprietà LinkInfo.AssociationLink

Spazio dei nomi  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Sintassi

'Dichiarazione
Public Property AssociationLink As Uri
    Get
    Friend Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Uri

Vedere anche

Riferimento

LinkInfo Classe

Spazio dei nomi System.Data.Services.Client