Share via


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)

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

SPInvalidLookupValuesException members

Microsoft.SharePoint namespace