EntitySelfLinks Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EntitySelfLinks contains the Id, Edit and Read links for an entity.
public class EntitySelfLinks
type EntitySelfLinks = class
Public Class EntitySelfLinks
- Inheritance
-
EntitySelfLinks
Constructors
EntitySelfLinks() |
Properties
EditLink |
A URL that can be used to edit a copy of the resource. |
IdLink |
A string that uniquely identifies the resource. |
ReadLink |
A URL that can be used to retrieve a copy of the resource. |