2.2.5.3 MembershipSource

The MembershipSource simple type is an enumeration used to specify the source of a member group involved in a particular membership.

 <s:simpleType name="MembershipSource">
   <s:restriction base="s:string">
     <s:enumeration value="DistributionList"/>
     <s:enumeration value="SharePointSite"/>
     <s:enumeration value="Other"/>
   </s:restriction>
 </s:simpleType>

Value

Meaning

DistributionList

The member group was originally populated from a distribution list.

SharePointSite

The member group was originally populated from a site.

Other

The member group was originally populated from a source external to a site server.