Returns a string value when the
DataType property is a string list for the current scan setting. The
ListIndex property must be set to the index of the string value to retrieve from the string list before calling this property.
'Declaration
Public Overloads Function ListString() As String
'Usage
Dim instance As Setting
Dim value As String
value = instance.ListString()
public string ListString()
public: string* ListString();
public:
String^ ListString();
Return Value
An integer value which represents a string value when the
DataType property is a string list for the current scan setting.