Gets the collection of the field's values.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
ICollection<IField> Values { get; }
Visual Basic
ReadOnly Property Values As ICollection(Of IField)
	Get
Visual C++
property ICollection<IField^>^ Values {
	ICollection<IField^>^ get ();
}

Field Value

ICollection<IField>

See Also