Share via


SPContentDatabaseTestResult.Message property

Gets or sets a description of the test result.

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

Syntax

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

value = instance.Message

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

Property value

Type: System.String
String
The description of the test result.

See also

Reference

SPContentDatabaseTestResult class

SPContentDatabaseTestResult members

Microsoft.SharePoint.Upgrade namespace