Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default policy.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DefaultPolicy As PrivacyPolicyItem
Get
'Usage
Dim instance As PersonalizationLinkManager
Dim value As PrivacyPolicyItem
value = instance.DefaultPolicy
public override PrivacyPolicyItem DefaultPolicy { get; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.PrivacyPolicyItem
The default policy.
Remarks
For more information about default policy and privacy policies, see User Profile Properties Overview and Privacy Policies and Writing Policy-Compliant Code.
See Also
Reference
PersonalizationLinkManager Class