Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

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

Parameters

typeName
Type: System..::..String

See Also