Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Friend Overridable Function RepresentedObjectUniqueIdentifier ( _
item As T _
) As Object
'Usage
Dim item As T
Dim returnValue As Object
returnValue = Me.RepresentedObjectUniqueIdentifier(item)
protected internal virtual Object RepresentedObjectUniqueIdentifier(
T item
)
Parameters
- item
Type: T
Return Value
Type: System.Object
See Also
Reference
PrivacyItemManagerBase<T> Class