3.1.4.3.3.2 tns:GetOrganizationRelationshipSettingsResponse Complex Type

The GetOrganizationRelationshipSettingsResponse complex type represents a response to a call to the GetOrganizationRelationshipSettings operation.<28> The GetOrganizationRelationshipSettingsResponse complex type extends the AutodiscoverResponse complex type, as specified in section 3.1.4.4.3.6.

 <xs:complexType name="GetOrganizationRelationshipSettingsResponse">
   <xs:complexContent
     mixed="false"
   >
     <xs:extension
       base="tns:AutodiscoverResponse"
     >
       <xs:sequence>
         <xs:element name="OrganizationRelationshipSettingsCollection"
           type="tns:OrganizationRelationshipSettingsCollection"
           minOccurs="0"
           nillable="true"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child elements of the GetOrganizationRelationshipSettingsResponse complex type.

Element name

Type

Description

OrganizationRelationshipSettingsCollection

tns:OrganizationRelationshipSettingsCollection (section 3.1.4.3.3.3)

Specifies a list of organization relationships that match the query.