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