Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a Boolean value that specifies whether to enforce uniqueness in column values. The default is false.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property EnforceUniqueValues As Boolean
Get
Set
'Usage
Dim instance As SPField
Dim value As Boolean
value = instance.EnforceUniqueValues
instance.EnforceUniqueValues = value
public bool EnforceUniqueValues { get; set; }
Type: System.Boolean
Returns true to enforce uniqueness in values that populate a specified column; otherwise false. The default is false.
Exception | Condition |
---|---|
SPException | You cannot set this property to true for a built-in field or for a site column. |
When you set this property to true, you should also set the Indexed property to true.
The equivalent XML attribute for the Field element in a field definition is AllowDuplicateValues.