ColleagueManager.DefaultPolicy Property
Gets the default privacy policy associated with the colleagues in the ColleagueManager object.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DefaultPolicy As PrivacyPolicyItem
Get
'Usage
Dim instance As ColleagueManager
Dim value As PrivacyPolicyItem
value = instance.DefaultPolicy
public override PrivacyPolicyItem DefaultPolicy { get; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.PrivacyPolicyItem
A PrivacyPolicyItem object that contains the default policy.