Share via


PrivacyItemManagerBase<T>.Item property

Gets an existing item by ID.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    itemId As Long _
) As T
    Get
'Usage
Dim instance As PrivacyItemManagerBase
Dim itemId As Long
Dim value As T

value = instance(itemId)
public T this[
    long itemId
] { get; }

Parameters

Property value

Type: T

See also

Reference

PrivacyItemManagerBase<T> class

PrivacyItemManagerBase<T> members

Microsoft.Office.Server.UserProfiles namespace