Share via


SPContentDatabaseTestResult.Remedy property

Gets or sets a possible remedy to fix an issue if the test result represents an error in the database.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Remedy As String
    Get
    Set
'Usage
Dim instance As SPContentDatabaseTestResult
Dim value As String

value = instance.Remedy

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

Property value

Type: System.String
String
A remedy to fix a database error.

See also

Reference

SPContentDatabaseTestResult class

SPContentDatabaseTestResult members

Microsoft.SharePoint.Upgrade namespace