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.
Returns an object with the specified identifier from the cache wit the specified object type.
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function Get ( _
objectTypeName As String, _
id As String _
) As Object
'Usage
Dim instance As SPCache
Dim objectTypeName As String
Dim id As String
Dim returnValue As Object
returnValue = instance.Get(objectTypeName, _
id)
public Object Get(
string objectTypeName,
string id
)
Parameters
- objectTypeName
Type: System.String
- id
Type: System.String
Return Value
Type: System.Object
Returns Object.