SPBackupRestoreParameterCollection.SetParameter method
Assigns the specified value to the specified parameter.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub SetParameter ( _
key As String, _
value As String _
)
'Usage
Dim instance As SPBackupRestoreParameterCollection
Dim key As String
Dim value As String
instance.SetParameter(key, value)
public void SetParameter(
string key,
string value
)
Parameters
key
Type: System.StringThe name of a parameter.
value
Type: System.StringThe value that is assigned to the parameter.
See also
Reference
SPBackupRestoreParameterCollection class