SPDuplicateValuesFoundException.UniqueFieldsWithDuplicateValues property
取得 Id 的唯一欄位中含有重複值的清單。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property UniqueFieldsWithDuplicateValues As IList(Of Guid)
Get
'用途
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>
IList<T> 物件。
請參閱
參照
SPDuplicateValuesFoundException class