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