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 property that is not valid.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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