SPUserProfileADImportUsageEntry.Message8 property
Eighth exception message encountered during import.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Message8 As String
Get
Set
'Usage
Dim instance As SPUserProfileADImportUsageEntry
Dim value As String
value = instance.Message8
instance.Message8 = value
public string Message8 { get; set; }
Property value
Type: System.String
See also
Reference
SPUserProfileADImportUsageEntry class