HashtableWrapper.Pair Class

NOTE: This API is now obsolete.

Obsolete. Represents the key/value pair of a Hashtable entry in an easy-to-serialize format.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.ApplicationRuntime.HashtableWrapper.Pair

Namespace:  Microsoft.SharePoint.ApplicationRuntime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<ObsoleteAttribute("The HashtableWrapper class is no longer supported and will be removed in a future release.")> _
Public Class Pair

Dim instance As HashtableWrapper.Pair
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[ObsoleteAttribute("The HashtableWrapper class is no longer supported and will be removed in a future release.")]
public class Pair

Remarks

The HashtableWrapper.Pair class is obsolete. It is documented only as an information source for persons who debug legacy code.

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.

See Also

Reference

HashtableWrapper.Pair Members

Microsoft.SharePoint.ApplicationRuntime Namespace