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
- key
Type: System.String
- value
Type: System.String
See Also
Reference
ParameterNameValueHashtable Class