BuildMaster SDK Reference
Version:

SelectListItem(string text, string value) Constructor

Initializes a new instance of the SelectListItem class.

Syntax

public .ctor(string text, string value)

Parameters

text
Type: string

The item text.

value
Type: string

The item value.