ABMultiValueEntry<T>.Identifier Property

Definition

The identifier of the ABMultiValueEntry<T>.

public int Identifier { get; }
member this.Identifier : int

Property Value

A T:System.Int32 which is the identifier of the ABMultiValueEntry<T>.

Remarks

Since multiple ABMultiValueEntry<T>s within a ABMultiValue<T> can have the same Value and Label, use Identifier to differentiate between entries.

Applies to