CleanCode C# Libraries v0.9.21 API

ConnectionStringManager.ServerChoices Property

Gets or sets the server choice list presented to user.

public String[] ServerChoices {get; set;}

Property Value

The server choices.

Remarks

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.

See Also

ConnectionStringManager Class | CleanCodeControls.Forms Namespace