MetadataException.MetadataObjectType Property

Gets or sets the type of the metadata object that caused the exception.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.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 metadata object that caused the exception.

See Also

Reference

MetadataException Class

MetadataException Members

Microsoft.BusinessData.MetadataModel Namespace