3.1.4.128.3.2 ExecuteSPGetProgramKeysResponseBody
Contains the list of GUIDs corresponding to all of the inserted program keys.
-
<xsd:complexType name="ExecuteSPGetProgramKeysResponseBody"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetProgramKeysResult" nillable="true" type="tns:ArrayOfGenericReadableRow"/> </xsd:sequence> </xsd:complexType>
ExecuteSPGetProgramKeysResult: This field MUST be present. It contains a list of GUIDs for all of the program keys in the database. The data type is defined in section 2.2.4.3. Each entry in the returned array is an array of type GenericReadableRow (section 2.2.4.12.1). The entries in that array SHOULD be interpreted as defined in section 2.2.4.12.1. The items in the array MUST contain the following information.
-
Index
Name
Type
Description
0
ProgramKey
String
MUST NOT be NULL. It contains the program identifier.
1
Description
String
Contains optional description information for the program key.