Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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