ABRecord.Id Property
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.
Gets the unique ID of the record.
public int Id { get; }
member this.Id : int
Property Value
A T:System.Int32 which is the unique ID of the record.
Remarks
If the record hasn't been saved into the database, this is InvalidRecordId.