3.1.4.4.2.2 tns:GetUserSettingsResponseMessage Element

The GetUserSettingsResponseMessage element returns to the caller the user's configuration settings that were requested in the GetUserSettingsRequestMessage element, as specified in section 3.1.4.4.2.1.

The name/value pair for each returned user setting is included in the response. The GetUserSettings operation, as specified in section 3.1.4.4, returns only the requested configuration settings if they exist on the server.

 <xs:element name="GetUserSettingsResponseMessage">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Response"
         type="tns:GetUserSettingsResponse"
         nillable="true"
         minOccurs="0"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>
  

The following table lists the child elements of the GetUserSettingsResponseMessage element.

Element name

Type

Description

Response

tns:GetUserSettingsResponse (section 3.1.4.4.3.5)

Specifies the response to a GetUserSettings operation request.