ABRecord.Id Property

Definition

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.

Applies to

See also