HashtableWrapper.Table Property

NOTE: This API is now obsolete.

Gets the inner hash table.

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 ReadOnly Property Table As Hashtable
    Get

Dim instance As HashtableWrapper
Dim value As Hashtable

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

Property Value

Type: System.Collections.Hashtable
The Hashtable that is wrapped by the HashtableWrapper.

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