PrincipalInfo.IsResolved Field
Specifies whether the user has been validated against Active Directory Domain Services (AD DS) or some other membership provider.
Namespace: [People Web service]
Web service reference: http://Site/_vti_bin/People.asmx
Syntax
'Declaration
Public IsResolved As Boolean
'Usage
Dim instance As PrincipalInfo
Dim value As Boolean
value = instance.IsResolved
instance.IsResolved = value
public bool IsResolved
Remarks
If the user does not have permissions to use PeopleEditor objects or controls on a SharePoint site, then the value of this field is false. If the user scope has already been resolved or validated by an Active Directory Domain Services (AD DS) directory list or a Lightweight Directory Access Provider (LDAP) dictionary, this value may be saved with the rest of the user information, rather than recalculated.