Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public FieldInfo this[ string key ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ key As String _ ) As FieldInfo Get |
Visual C++ |
---|
public: property FieldInfo^ default[String^ key] { FieldInfo^ get (String^ key); } |
Parameters
- key
- Type: System..::..String