Privacy Enumeration
Represents the privacy level that you can set on user profile data.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Enumeration Privacy
'Usage
Dim instance As Privacy
public enum Privacy
Members
Member name | Description | |
---|---|---|
Public | Privacy level gives visibility of users' profile properties, and other My Site content, to everyone. | |
Contacts | Privacy level limits the visibility of users' profile properties, and other My Site content, to my colleagues. | |
Organization | Privacy level limits the visibility of users' profile properties, and other My Site content, to my workgroup. | |
Manager | Privacy level limits the visibility of users' profile properties, and other My Site content, to my manager and me. | |
Private | Privacy level limits the visibility of users' profile properties, and other My Site content, to me only. | |
NotSet | Privacy level is not set. |
Remarks
For more information about privacy, see Privacy Policies. For a code example about how to set the privacy of a property, see How to: Set Privacy Policies for User Profile Properties.