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

Syntax

C#
public string[] ChoiceLabels { get; }
Visual Basic
Public ReadOnly Property ChoiceLabels As String()
	Get
Visual C++
public:
property array<String^>^ ChoiceLabels {
	array<String^>^ get ();
}

See Also