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)
Available in Sandboxed Solutions: No
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