PrivacyItemManagerBase<T>.GetItems-Methode (Privacy)
Ruft alle Privacy-Elemente, die nur für eine bestimmte Sicherheitsstufe
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetItems ( _
privacyLevel As Privacy _
) As T()
'Usage
Dim instance As PrivacyItemManagerBase
Dim privacyLevel As Privacy
Dim returnValue As T()
returnValue = instance.GetItems(privacyLevel)
public T[] GetItems(
Privacy privacyLevel
)
Parameter
- privacyLevel
Typ: Microsoft.Office.Server.UserProfiles.Privacy
Rückgabewert
Typ: []
Siehe auch
Referenz
PrivacyItemManagerBase<T> Klasse