ParameterNameValueHashtable.Set Method

Adds a key/value pair of strings to the collection.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Sub Set ( _
    key As String, _
    value As String _
)
'Usage
Dim instance As ParameterNameValueHashtable
Dim key As String
Dim value As String

instance.Set(key, value)
public void Set(
    string key,
    string value
)

Parameters

See Also

Reference

ParameterNameValueHashtable Class

ParameterNameValueHashtable Members

Microsoft.SharePoint.WebPartPages Namespace