pmMDA.NET

DataObjectImpl.Id Property

[This is preliminary documentation and subject to change.]

Gets the identifier of this data object.

public object Id {get;}

Implements

IHasId.Id

Remarks

Unique identifier of the data object instance distinguishing it from all other instances of the same data object type.
If this data object is new the id is null. Otherwise the id is a boxed int.

See Also

DataObjectImpl Class | PmMda.Net.Dog Namespace