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

Syntax

C#
public Dictionary<string, string> Choices { get; private set; }
Visual Basic
Public Property Choices As Dictionary(Of String, String)
	Get
	Private Set
Visual C++
public:
property Dictionary<String^, String^>^ Choices {
	Dictionary<String^, String^>^ get ();
	private: void set (Dictionary<String^, String^>^ value);
}

See Also