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.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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.Client Namespace