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