Gets the collection of the field's values.
Namespace: Cartella.InterfacesAssembly: 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 (); } |