ABMultiValueEntry<T>.Value Property

Definition

The value of the ABMultiValueEntry<T>.

public T Value { get; set; }
member this.Value : 'T with get, set

Property Value

T

A T which is the value of the ABMultiValueEntry<T>.

Exceptions

IsReadOnly is true and the setter was invoked.

Applies to

See also