SPBackupRestoreParameterCollection.Item Property
Gets the parameter that has the specified name.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Default Property Item ( _
key As String _
) As SPBackupRestoreParameter
Get
Set
'Usage
Dim instance As SPBackupRestoreParameterCollection
Dim key As String
Dim value As SPBackupRestoreParameter
value = instance(key)
instance(key) = value
public SPBackupRestoreParameter this[
string key
] { get; set; }
Parameters
key
Type: System.StringThe name of the parameter and, thus, also the name of the SPBackupRestoreParameter object.
Property Value
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameter
The SPBackupRestoreParameter object with the specified name.
See Also
Reference
SPBackupRestoreParameterCollection Class