Partager via


ManagedProperty.IsSystemPid - Méthode

Retourne une valeur si un id de la propriété gérée est définie par le système (prêts à l'emploi).

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Shared Function IsSystemPid ( _
    pid As Integer _
) As Boolean
'Utilisation
Dim pid As Integer
Dim returnValue As Boolean

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

Paramètres

  • pid
    Type : System.Int32

    Id de la propriété gérée à rechercher.

Valeur renvoyée

Type : System.Boolean
Si la propriété gérée avec l'id donné est défini par le système.

Voir aussi

Référence

ManagedProperty classe

ManagedProperty - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms