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 name of the duplicate metadata object.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DuplicateMetadataObjectName As String
Get
Set
'Usage
Dim instance As DuplicateMetadataObjectException
Dim value As String
value = instance.DuplicateMetadataObjectName
instance.DuplicateMetadataObjectName = value
public string DuplicateMetadataObjectName { get; set; }
Property Value
Type: System.String
The name of the duplicate metadata object.
See Also
Reference
DuplicateMetadataObjectException Class