Namespace: Cartella.Fields
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public ICollection<ICustomFieldInfo> Values { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Values As ICollection(Of ICustomFieldInfo) Get |
| Visual C++ |
|---|
public: virtual property ICollection<ICustomFieldInfo^>^ Values { ICollection<ICustomFieldInfo^>^ get () sealed; } |