ABMultiValueEntry<T>.Identifier 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.
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.