共用方式為


SPInvalidLookupValuesException.LookupFieldsWithInvalidValues property

擷取具有重複值的清單中的唯一欄位識別項的集合。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property LookupFieldsWithInvalidValues As IList(Of Guid)
    Get
'用途
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>
IList<T> (集合) 的 GUID 識別項的唯一欄位,以重複的值。

請參閱

參照

SPInvalidLookupValuesException class

SPInvalidLookupValuesException members

Microsoft.SharePoint namespace