ManagedProperty.IsSystemPid method

Returns whether a managed property id is system defined (OOTB).

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

Syntax

'Declaration
Public Shared Function IsSystemPid ( _
    pid As Integer _
) As Boolean
'Usage
Dim pid As Integer
Dim returnValue As Boolean

returnValue = ManagedProperty.IsSystemPid(pid)
public static bool IsSystemPid(
    int pid
)

Parameters

  • pid
    Type: System.Int32

    The id of the managed property to look up.

Return value

Type: System.Boolean
Whether the managed property with the given id is system defined.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace