SdtListItem constructor

SdtListItem(displayText, value)

Initializes a new instance of this class.

SdtListItem(displayText: string, value: string)
ParameterTypeDescription
displayTextstring
valuestring

SdtListItem(value)

Initializes a new instance of this class.

SdtListItem(value: string)
ParameterTypeDescription
valuestring

See Also