Property.DefaultPrivacy Property
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Property DefaultPrivacy As Privacy
Get
Set
'Usage
Dim instance As [Property]
Dim value As Privacy
value = instance.DefaultPrivacy
instance.DefaultPrivacy = value
public Privacy DefaultPrivacy { get; set; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.Privacy
Implements
IPrivacyPolicyItem.DefaultPrivacy