SPDuplicateValuesFoundException.UniqueFieldsWithDuplicateValues property
Obtém os IDs de exclusivos campos na lista com valores duplicados.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property UniqueFieldsWithDuplicateValues As IList(Of Guid)
Get
'Uso
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>
Um objeto IList<T>.
Ver também
Referência
SPDuplicateValuesFoundException class