IEstateUniqueIdentifier Property

Stator | API Documentation
Unique identifier for this estate.

Namespace:  Stator.libPublic.ImportPlugins.DataObjectInterfaces
Assembly:  libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax

string UniqueIdentifier { get; set; }

Property Value

Type: String
Remarks

What is a unique identifier?
A unique identifier allows you to assign (as the name suggests) a unique identifier to an object, in this instance
an estate. The unique identifier is stored in the database for this object and can be used as a means of identification
for future imports, i.e. Stator can find the existing data to perform an edit rather than create a new record.
See Also

Reference