SPClaimsCounter.NameValuePairs 属性
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property NameValuePairs As IList(Of KeyValuePair(Of String, Object))
Get
用法
Dim instance As SPClaimsCounter
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