Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URI that is used to return the entity resource.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Property SelfLink As Uri
Get
Friend Set
'Usage
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)
Property Value
Type: System.Uri
A URI that returns the entity.