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 string this[ string label ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ label As String _ ) As String Get Set |
Visual C++ |
---|
public: property String^ default[String^ label] { String^ get (String^ label); void set (String^ label, String^ value); } |
Parameters
- label
- Type: System..::..String