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