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