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.
Represents the name of the property that is not valid.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Property InvalidPropertyName As String
Get
Set
'Usage
Dim instance As InvalidMetadataPropertyException
Dim value As String
value = instance.InvalidPropertyName
instance.InvalidPropertyName = value
public string InvalidPropertyName { get; set; }
Property Value
Type: System.String
The name of the property that is not valid.
See Also
Reference
InvalidMetadataPropertyException Class