[]
Gets or sets the text of the item.
public string Text { get; set; }
Public Property Text As String
SelectFieldItem item = new SelectFieldItem("Option 1", "1"); string text = item.Text;