PersonalizationLinkManager.DefaultPolicy Property
Gets the default policy.
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 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.
See Also
Reference
PersonalizationLinkManager Class