InvalidMetadataPropertyException.MetadataObjectName Property
Represents the name of the metadata object that contains the invalid property.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property MetadataObjectName As String
Get
Set
'Usage
Dim instance As InvalidMetadataPropertyException
Dim value As String
value = instance.MetadataObjectName
instance.MetadataObjectName = value
public string MetadataObjectName { get; set; }
Property Value
Type: System.String
See Also
Reference
InvalidMetadataPropertyException Class
InvalidMetadataPropertyException Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace