跳到主要内容

GetValue

Returns a String that represents the value of a list item for the combo box / dropdown list content control.

Syntax

expression.GetValue();

expression - A variable that represents a ApiContentControlListEntry class.

Parameters

This method doesn't have any parameters.

Returns

string

Example

This example shows how to get a string that represents the display text of a list item for a drop-down list or combo box content control.

// todo_example