3.1.4.2.2.2 AddAssociationReferenceToAssociationGroupResponse

The AddAssociationReferenceToAssociationGroupResponse element specifies the result data for the AddAssociationReferenceToAssociationGroup WSDL operation.

 <xs:element name="AddAssociationReferenceToAssociationGroupResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:q8="Microsoft.SharePoint.BusinessData" minOccurs="0" name="AddAssociationReferenceToAssociationGroupResult" nillable="true" type="q8:AssociationGroupStruct"/>
       <xs:element xmlns:q8="Microsoft.SharePoint.BusinessData" minOccurs="0" name="associationReferenceStruct" nillable="true" type="q8:AssociationReferenceStruct"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

AddAssociationReferenceToAssociationGroupResult: The AssociationGroup. The partition of this AssociationGroup MUST be the partition of the protocol client.

associationReferenceStruct: The AssociationReference<34>. The partition of this AssociationReference MUST be the partition of the protocol client.