SPDistributedCacheCallUsageProvider.UsageEntryType property
取得Type的使用情況提供者相關聯的使用狀況項目。
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property UsageEntryType As Type
Get
'用途
Dim instance As SPDistributedCacheCallUsageProvider
Dim value As Type
value = instance.UsageEntryType
public override Type UsageEntryType { get; }
Property value
Type: System.Type
請參閱
參照
SPDistributedCacheCallUsageProvider class