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 Property Item ( _
key As String _
) As SPBackupRestoreParameter
Get
Set
'Usage
Dim instance As SPBackupRestoreParameterCollection
Dim key As String
Dim value As SPBackupRestoreParameter
value = instance.Item(key)
instance.Item(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