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

Syntax

C#
ICustomFieldInfo this[
	string key
] { get; }
Visual Basic
ReadOnly Default Property Item ( _
	key As String _
) As ICustomFieldInfo
	Get
Visual C++
property ICustomFieldInfo^ default[String^ key] {
	ICustomFieldInfo^ get (String^ key);
}

Parameters

key
Type: System..::..String

See Also