HostBlobDataCounter.NameValuePairs 属性

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Property NameValuePairs As IList(Of KeyValuePair(Of String, Object))
    Get
用法
Dim instance As HostBlobDataCounter
Dim value As IList(Of KeyValuePair(Of String, Object))

value = instance.NameValuePairs
public IList<KeyValuePair<string, Object>> NameValuePairs { get; }

属性值

类型:System.Collections.Generic.IList<KeyValuePair<String, Object>>

实现

ISupportNameValuePairsSerialization.NameValuePairs

另请参阅

引用

HostBlobDataCounter 类

HostBlobDataCounter 成员

Microsoft.SharePoint.Utilities 命名空间