ParameterNameValueHashtable.Collection property

Returns the hash table that is the underlying data store of this object.

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

Syntax

'Declaration
Public ReadOnly Property Collection As Hashtable
    Get
'Usage
Dim instance As ParameterNameValueHashtable
Dim value As Hashtable

value = instance.Collection
public Hashtable Collection { get; }

Property value

Type: System.Collections.Hashtable

See also

Reference

ParameterNameValueHashtable class

ParameterNameValueHashtable members

Microsoft.SharePoint.WebPartPages namespace