Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the metadata object that contains the property that is not valid.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.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
The name of the metadata object.
See Also
Reference
InvalidMetadataPropertyException Class