PersistedObjectContextSelector<T>.GetItem Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function GetItem As T
'Usage
Dim returnValue As T
returnValue = Me.GetItem()
protected override T GetItem()
Return Value
Type: T
See Also
Reference
PersistedObjectContextSelector<T> Class