Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stores data that is needed to serialize and deserialize an object.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Syntax
'Declaration
Public NotInheritable Class SPKeyValuePairSerializationInfo _
Implements IEnumerable(Of KeyValuePair(Of String, Object)), _
IEnumerable
'Usage
Dim instance As SPKeyValuePairSerializationInfo
public sealed class SPKeyValuePairSerializationInfo : IEnumerable<KeyValuePair<string, Object>>,
IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.