Share via


SPDuplicateValuesFoundException.UniqueFieldsWithDuplicateValues Property

Gets the IDs of Unique Fields in 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 UniqueFieldsWithDuplicateValues As IList(Of Guid)
    Get
'Usage
Dim instance As SPDuplicateValuesFoundException
Dim value As IList(Of Guid)

value = instance.UniqueFieldsWithDuplicateValues
public IList<Guid> UniqueFieldsWithDuplicateValues { get; }

Property Value

Type: System.Collections.Generic.IList<Guid>
A IList<T>object.

See Also

Reference

SPDuplicateValuesFoundException Class

SPDuplicateValuesFoundException Members

Microsoft.SharePoint Namespace