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)
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