Share via


ContactData.Privacy property

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

Namespace:  WebSvcUserProfileService
Assembly:  UserProfileServices (in UserProfileServices.dll)

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: WebSvcUserProfileService.Privacy
The privacy level of the user profile contact.

Remarks

The default value is NotSet.

See also

Reference

ContactData class

ContactData members

WebSvcUserProfileService namespace