SPBackupRestoreInformation.GetParameterObject Method
Get the value for the parameter with the specified name.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetParameterObject ( _
key As String _
) As SPBackupRestoreParameter
'Usage
Dim instance As SPBackupRestoreInformation
Dim key As String
Dim returnValue As SPBackupRestoreParameter
returnValue = instance.GetParameterObject(key)
public SPBackupRestoreParameter GetParameterObject(
string key
)
Parameters
key
Type: System.StringThe name of the parameter.
Return Value
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameter
The value of the parameter.
Remarks
Contrast GetParameterObject(String) with GetParameter(String). The latter returns the parameter value converted to a String.
See Also
Reference
SPBackupRestoreInformation Class