SPInvalidLookupValuesException.LookupFieldsWithInvalidValues Property
Retrieves a collection of Unique Field identifiers from the list with duplicate values.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property LookupFieldsWithInvalidValues As IList(Of Guid)
Get
'Usage
Dim instance As SPInvalidLookupValuesException
Dim value As IList(Of Guid)
value = instance.LookupFieldsWithInvalidValues
public IList<Guid> LookupFieldsWithInvalidValues { get; }
Property Value
Type: System.Collections.Generic.IList<Guid>
A IList<T> (a collection) of the GUID identifiers of Unique Fields with duplicate values.
See Also
Reference
SPInvalidLookupValuesException Class