Modify the description field of the selection list, identified by the list_id field.
Namespace: configuration_servicesAssembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
bool modify_list_description(
uint list_id,
string description
) |
| Visual Basic |
|---|
Function modify_list_description ( _
list_id As UInteger, _
description As String _
) As Boolean |
| Visual C++ |
|---|
bool modify_list_description(
unsigned int list_id,
String^ description
) |
Parameters
- list_id
- Type: System..::..UInt32
- description
- Type: System..::..String
Return Value
True on succes, else False
See Also