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 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