Propriété EntityDescriptor.SelfLink
Obtient ou définit l'URI utilisé pour retourner la ressource d'entité.
Espace de noms : System.Data.Services.Client
Assembly : Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Syntaxe
'Déclaration
Public Property SelfLink As Uri
Get
Friend Set
'Utilisation
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)
Valeur de propriété
Type : System.Uri
URI qui retourne l'entité.