de la propiedad ISupportNameValuePairsSerialization.NameValuePairs
Espacio de nombres: Microsoft.SharePoint.Utilities
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
ReadOnly Property NameValuePairs As IList(Of KeyValuePair(Of String, Object))
Get
'Uso
Dim instance As ISupportNameValuePairsSerialization
Dim value As IList(Of KeyValuePair(Of String, Object))
value = instance.NameValuePairs
IList<KeyValuePair<string, Object>> NameValuePairs { get; }
Valor de propiedad
Tipo: System.Collections.Generic.IList<KeyValuePair<String, Object>>
Vea también
Referencia
interfaz ISupportNameValuePairsSerialization