Gets or sets the server choice list presented to user.
Namespace: CleanCode.DatabaseControlsAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
public string[] ServerChoices { get; set; }
public string[] ServerChoices { get; set; }
Public Property ServerChoices As String()
Get
Set
Public Property ServerChoices As String()
Get
Set
public:
property array<String^>^ ServerChoices {
array<String^>^ get ();
void set (array<String^>^ value);
}
public:
property array<String^>^ ServerChoices {
array<String^>^ get ();
void set (array<String^>^ value);
}
Field Value
The server choices.
The server field will render as either a
TextBox
or a
ComboBox depending on this property.
If you populate ServerChoices with a list of one or more server names,
the server field will render as a ComboBox.
If ServerChoices is left null, or assigned an empty list,
the server field will render as a TextBox.