Share via


Colleague.Policy property

Gets the privacy policy associated with this colleague.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Policy As PrivacyPolicyItem
    Get
'Usage
Dim instance As Colleague
Dim value As PrivacyPolicyItem

value = instance.Policy
public override PrivacyPolicyItem Policy { get; }

Property value

Type: Microsoft.Office.Server.UserProfiles.PrivacyPolicyItem
A PrivacyPolicyItem object representing the privacy policy associated with this colleague.

See also

Reference

Colleague class

Colleague members

Microsoft.Office.Server.UserProfiles namespace