InvalidMetadataPropertyException.InvalidPropertyName Property

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

InvalidMetadataPropertyException Members

Microsoft.SharePoint.BusinessData.Administration Namespace