SPBackupRestoreParameter.Key property
Gets the name of the parameter.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Key As String
Get
'Usage
Dim instance As SPBackupRestoreParameter
Dim value As String
value = instance.Key
public string Key { get; }
Property value
Type: System.String
The name of the parameter.
Remarks
Examples of parameter names are SPServer and SPLocation.
See also
Reference
SPBackupRestoreParameter class