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

Syntax

C#
public void AddChoice(
	string label,
	string value
)
Visual Basic
Public Sub AddChoice ( _
	label As String, _
	value As String _
)
Visual C++
public:
void AddChoice(
	String^ label, 
	String^ value
)

Parameters

label
Type: System..::..String
value
Type: System..::..String

See Also