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

Syntax

C#
public bool RemoveChoices(
	string label
)
Visual Basic
Public Function RemoveChoices ( _
	label As String _
) As Boolean
Visual C++
public:
bool RemoveChoices(
	String^ label
)

Parameters

label
Type: System..::..String

See Also