Condividi tramite


Proprietà EntityDescriptor.SelfLink

Ottiene o imposta l'URI utilizzato per restituire la risorsa dell'entità.

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

Sintassi

'Dichiarazione
Public Property SelfLink As Uri
    Get
    Friend Set
'Utilizzo
Dim instance As EntityDescriptor
Dim value As Uri

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

Valore proprietà

Tipo: System.Uri
URI che restituisce l'entità.

Vedere anche

Riferimento

EntityDescriptor Classe

Spazio dei nomi System.Data.Services.Client