InvalidMetadataPropertyException.MetadataObjectName Property

NOTE: This API is now obsolete.

Represents the name of the metadata object that contains the invalid property.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Property MetadataObjectName As String
    Get
    Set
'Usage
Dim instance As InvalidMetadataPropertyException
Dim value As String

value = instance.MetadataObjectName

instance.MetadataObjectName = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public string MetadataObjectName { get; set; }

Property Value

Type: System.String

See Also

Reference

InvalidMetadataPropertyException Class

InvalidMetadataPropertyException Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace