Share via


CacheParameter.objectType property

Gets the type of object that is to be cached.

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

Syntax

'Declaration
Public ReadOnly Property objectType As String
    Get
'Usage
Dim instance As CacheParameter
Dim value As String

value = instance.objectType
public string objectType { get; }

Property value

Type: System.String
Returns String.

See also

Reference

CacheParameter structure

CacheParameter members

Microsoft.Office.Server.ObjectCache namespace