MetadataException.MetadataObjectType property
Represents the Microsoft .NET Framework type of the metadata object that is responsible for the exception.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MetadataObjectType As Type
Get
Set
'Usage
Dim instance As MetadataException
Dim value As Type
value = instance.MetadataObjectType
instance.MetadataObjectType = value
public Type MetadataObjectType { get; set; }
Property value
Type: System.Type
The Microsoft .NET Framework of the metadata object that is responsible for the exception.