Condividi tramite


Proprietà LinkInfo.NavigationLink

Ottiene o imposta l'URI che è la rappresentazione della proprietà di navigazione del collegamento.

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

Sintassi

'Dichiarazione
Public Property NavigationLink As Uri
    Get
    Friend Set
'Utilizzo
Dim instance As LinkInfo
Dim value As Uri

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

Valore proprietà

Tipo: System.Uri
URI del collegamento di navigazione.

Vedere anche

Riferimento

LinkInfo Classe

Spazio dei nomi System.Data.Services.Client