EntityMasterId Property
Gets the Master Id of this Item.
Syntax
public System.long EntityMasterId {get;}Public ReadOnly Property EntityMasterId As System.LongRemarks
An Item is an iteration based entity. An item can have multiple revisions and each revision can have multiple iterations. The iteration id refers to a specific instance of an item where the master id references information pertaining to all revisions and iterations of the item.
This method is implemented as part of the IEntity interface