HashtableWrapper.Pairs Property

NOTE: This API is now obsolete.

Gets or sets the members of the inner hash table as an array of key/value pairs.

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

Syntax

<ObsoleteAttribute("The HashtableWrapper class is no longer supported and will be removed in a future release.")> _
Public Property Pairs As HashtableWrapper.Pair()
    Get
    Set

Dim instance As HashtableWrapper
Dim value As HashtableWrapper.Pair()

value = instance.Pairs

instance.Pairs = value
[ObsoleteAttribute("The HashtableWrapper class is no longer supported and will be removed in a future release.")]
public HashtableWrapper.Pair[] Pairs { get; set; }

Property Value

Type: []
An array of HashtableWrapper.Pairs, each of which is the key and associated value of one entry in the inner hash table.

Remarks

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

See Also

Reference

HashtableWrapper Class

HashtableWrapper Members

Microsoft.SharePoint.ApplicationRuntime Namespace