ABMultiValue<T>.PropertyType Property

Definition

The type of the values in the collection.

public AddressBook.ABPropertyType PropertyType { get; }
member this.PropertyType : AddressBook.ABPropertyType

Property Value

A ABPropertyType specifying the type of values in the collection.

Remarks

Invalid is returned if the instance contains values of multiple different types or if the collection has no values.

Applies to