Share via


SPBackupRestoreParameter.Value Property

Gets or sets the value of the parameter.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Value As String
    Get
    Set
'Usage
Dim instance As SPBackupRestoreParameter
Dim value As String

value = instance.Value

instance.Value = value
public string Value { get; set; }

Property Value

Type: System.String
The value of the parameter.

See Also

Reference

SPBackupRestoreParameter Class

SPBackupRestoreParameter Members

Microsoft.SharePoint.Administration.Backup Namespace