InvalidMetadataPropertyException.InvalidPropertyName Property
Represents the name of the invalid property.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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
See Also
Reference
InvalidMetadataPropertyException Class
InvalidMetadataPropertyException Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace