MetadataException.MetadataObjectType Property
Gets or sets the type of the metadata object that caused the exception.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace