GetValueList
Provides a String that contains a list of all the field's values separated by a comma. A field must have its Visible property as true to be included.
Returns:
| Type | |
|---|---|
| System.String |
| Overload | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| GetValueList() | GetValueList Provides a String that contains a list of all the field's values separated by a comma. A field must have its Visible property as true to be included. Returns:
| ||||||||
| GetValueList(Boolean) | GetValueList Provides a String that contains a list of all the field's values separated by a comma. If the passed in value of useVisibility is true then only field with Visible property as true will be included otherwise any field which has AllowSave and UseInSave properties as true will be included. Parameters:
Returns:
|
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0