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

Syntax

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

Parameters

key
Type: System..::..String

Implements

IAdditionalProperties..::..Item[([( String])])

See Also