Category.MatchExistingManagedProperty property

This property is not in use and should be ignored.

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

Syntax

'Declaration
Public Property MatchExistingManagedProperty As Boolean
    Get
    Set
'Usage
Dim instance As Category
Dim value As Boolean

value = instance.MatchExistingManagedProperty

instance.MatchExistingManagedProperty = value
public bool MatchExistingManagedProperty { get; set; }

Property value

Type: System.Boolean
Returns Boolean.

Exceptions

Exception Condition
InvalidOperationException

If this object is not backed.

See also

Reference

Category class

Category members

Microsoft.Office.Server.Search.Administration namespace