Freigeben über


PrivacyItem.GetPrivacyPolicy-Methode

Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.

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

Syntax

'Declaration
Protected Friend Function GetPrivacyPolicy ( _
    policyId As Guid _
) As PrivacyPolicyItem
'Usage
Dim policyId As Guid
Dim returnValue As PrivacyPolicyItem

returnValue = Me.GetPrivacyPolicy(policyId)
protected internal PrivacyPolicyItem GetPrivacyPolicy(
    Guid policyId
)

Parameter

Rückgabewert

Typ: Microsoft.Office.Server.UserProfiles.PrivacyPolicyItem

Hinweise

Weitere Informationen zu Datenschutzrichtlinien finden Sie unter Privacy Policies and Writing Policy-Compliant Code. Ein Codebeispiel zum Festlegen einer Eigenschaft die Datenschutzrichtlinien finden Sie unter How to: Set Privacy Policies for User Profile Properties.

Siehe auch

Referenz

PrivacyItem Klasse

PrivacyItem-Member

Microsoft.Office.Server.UserProfiles-Namespace