CacheItemRemovedEventArgs.ObjectKey 属性

已从缓存中移除的对象的标识符。

命名空间:  Microsoft.Office.Server.ObjectCache
程序集:  Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)

语法

声明
Public ReadOnly Property ObjectKey As String
    Get
用法
Dim instance As CacheItemRemovedEventArgs
Dim value As String

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

属性值

类型:System.String
返回 String

另请参阅

引用

CacheItemRemovedEventArgs 类

CacheItemRemovedEventArgs 成员

Microsoft.Office.Server.ObjectCache 命名空间