ISupportNameValuePairsSerialization.NameValuePairs-Eigenschaft
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property NameValuePairs As IList(Of KeyValuePair(Of String, Object))
Get
'Usage
Dim instance As ISupportNameValuePairsSerialization
Dim value As IList(Of KeyValuePair(Of String, Object))
value = instance.NameValuePairs
IList<KeyValuePair<string, Object>> NameValuePairs { get; }
Eigenschaftswert
Typ: System.Collections.Generic.IList<KeyValuePair<String, Object>>
Siehe auch
Referenz
ISupportNameValuePairsSerialization Schnittstelle