PropertyConstants Class

Contains the property constants to be passed into the indexer of the UserProfile object.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Server.UserProfiles.PropertyConstants

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class PropertyConstants
'Usage
Dim instance As PropertyConstants
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class PropertyConstants

Remarks

All fields in the PropertyConstants class are string values that contain the names of properties that hold user profile information.

The PropertyConstants class includes all the property name constants for user profiles that are included with Microsoft Office SharePoint Server 2007 properties.

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

Reference

PropertyConstants Members

Microsoft.Office.Server.UserProfiles Namespace