Share via


ContactData.Privacy Property

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

Namespace:  [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx

Syntax

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

value = instance.Privacy

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

Property Value

Type: [UserProfileService Web service].Privacy
The privacy level of the user profile contact.

Remarks

The default value is NotSet.

See Also

Reference

ContactData Class

ContactData Members

UserProfileService Web Service