Colleague.Policy Property
Gets the privacy policy associated with this colleague.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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.