Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
List that includes all occurrences of a specified principal logon name and principal type that have permissions to access a specific SharePoint site. These permissions are stored in various sources such as membership provider directories, role provider directories, or Active Directory Domain Services (AD DS) directory.
Namespace: [People Web service]
Web service reference: http://Site/_vti_bin/People.asmx
Syntax
'Declaration
Public MoreMatches As PrincipalInfo()
'Usage
Dim instance As PrincipalInfo
Dim value As PrincipalInfo()
value = instance.MoreMatches
instance.MoreMatches = value
public PrincipalInfo[] MoreMatches
Remarks
This is a list of PrincipalInfo objects that is indexed and accessed by principal logon name. It is a subset of the SPUserCollection class for this Web site, and has been built from provider sources. No more than 10 occurrences are allowed in the array.