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