Privacy Enumeration

Represents the privacy level, which you can set on user profile data.

Namespace:  websvcUserProfileService
Assembly:  MOSSSOAP (in MOSSSOAP.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration Privacy
'Usage
Dim instance As Privacy
[SerializableAttribute]
public enum Privacy

Members

Member name Description
Public Privacy level gives visibility of user profile properties, and other My Site content, to everyone.
Contacts Privacy level limits the visibility of user profile properties, and other My Site content, to my colleagues.
Organization Privacy level limits the visibility of user profile properties, and other My Site content, to my workgroup.
Manager Privacy level limits the visibility of user profile properties, and other My Site content, to my manager and me.
Private Privacy level limits the visibility of user profile properties, and other My Site content, to me only.
NotSet Privacy level is not set.

Remarks

For more information about privacy policies, see Privacy Policies. For a code example about how to set the privacy policy of a property, see How to: Set Privacy Policies for User Profile Properties

See Also

Reference

websvcUserProfileService Namespace