id


Description:

public string id { get; construct; }

A permanent, universally unique identifier for the entry, in IRI form.

This is null for new entries (i.e. ones which haven't yet been inserted on the server, created with Entry), and a non-empty IRI string for all other entries.

For more information, see the Atom specification.