InvalidPropertyException.Property property

Gets the property name that triggered the InvalidPropertyException exception.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property Property As String
    Get
'Usage
Dim instance As InvalidPropertyException
Dim value As String

value = instance.Property
public string Property { get; }

Property value

Type: System.String
A string containing the property name.

See also

Reference

InvalidPropertyException class

InvalidPropertyException members

Microsoft.Office.Server.Search.Query namespace