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