Share via


DuplicateMetadataObjectException.DuplicateFieldName property

Gets or sets the field name of the metadata object that contains the duplicate value.

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

Syntax

'Declaration
Public Property DuplicateFieldName As String
    Get
    Set
'Usage
Dim instance As DuplicateMetadataObjectException
Dim value As String

value = instance.DuplicateFieldName

instance.DuplicateFieldName = value
public string DuplicateFieldName { get; set; }

Property value

Type: System.String
The name of the metadata object that contains the duplicate value.

See also

Reference

DuplicateMetadataObjectException class

DuplicateMetadataObjectException members

Microsoft.SharePoint.BusinessData.Administration namespace