Core Profile Attributes Return Either Empty Values or Unexpected Results (299445)
The information in this article applies to:
- Microsoft Passport 1.3
- Microsoft Passport 1.4
This article was previously published under Q299445 SYMPTOMS
Attempts to access user core profile attributes return either empty values or unexpected results.
CAUSE
An attempt to retrieve an attribute of a user's core profile may return an empty string for several reasons. See the "More Information" section for details.
If the field attribute exists but the data is missing or not specified for that user, or that user does not have a current Ticket or is not signed in, an empty string is returned. Any non-string attribute that returns an empty value returns a variant of type VT_EMPTY rather than a zero or a missing value. In Microsoft Visual Basic Scripting Edition (VBScript), the IsEmpty function returns True for that attribute. For a string attribute, an empty value returns a zero-length string, but IsEmpty actually returns False.
Modification Type: | Major | Last Reviewed: | 9/30/2003 |
---|
Keywords: | kbprb KB299445 |
---|
|