Share via


IFieldDescription.Values Property

Definition

All possible values or null if it is a data type like number.

public System.Collections.Generic.IEnumerable<object> Values { get; }
member this.Values : seq<obj>
Public ReadOnly Property Values As IEnumerable(Of Object)

Property Value

All possible values.

Applies to