ContactData.Privacy Property

Gets or sets the privacy level of the user profile contact.

Web Service: User ProfileWeb Reference: http://<Site>/_vti_bin/UserProfileService.asmx

Syntax

'Declaration
Public Property Privacy As Privacy
'Usage
Dim instance As ContactData
Dim value As Privacy

value = instance.Privacy

instance.Privacy = value
public Privacy Privacy { get; set; }

Property Value

The privacy level of the user profile contact.

Remarks

For code examples about how to use the ContactData class, see How to: Use the Web Service to Find What's Common Between Two User Profiles and How to: Use the Web Service to Retrieve Profile Data of a User.

See Also

Reference

ContactData Class
ContactData Members
User Profile Web Service