PropertyCollection Class (Microsoft.SharePoint.Portal.UserProfiles)

Switch View :
ScriptFree
PropertyCollection Class

Obsolete.  

Use classes in the Microsoft.Office.Server.UserProfiles namespace instead.

Namespace: Microsoft.SharePoint.Portal.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Syntax

Visual Basic (Declaration)
<ObsoleteAttribute("" & ChrW(34) & "Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection" & ChrW(34) & " is obsolete; use class " & ChrW(34) & "Microsoft.Office.Server.UserProfiles.PropertyCollection" & ChrW(34) & " instead")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Class PropertyCollection
	Implements ICollection
Visual Basic (Usage)
Dim instance As PropertyCollection

C#
[ObsoleteAttribute("\"Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection\" is obsolete; use class \"Microsoft.Office.Server.UserProfiles.PropertyCollection\" instead")] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public class PropertyCollection : ICollection
Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also