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