ManagedPropertyCollection.Contains-Methode (Int32)
Gibt zurück, ob diese Auflistung von verwalteten Eigenschaften einer bestimmten ManagedProperty -Objekt enthält.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function Contains ( _
pid As Integer _
) As Boolean
'Usage
Dim instance As ManagedPropertyCollection
Dim pid As Integer
Dim returnValue As Boolean
returnValue = instance.Contains(pid)
public bool Contains(
int pid
)
Parameter
pid
Typ: System.Int32Die pid für die verwaltete Eigenschaft.
Rückgabewert
Typ: System.Boolean
[true] gibt an, dass die ManagedPropertyCollection -Klasse die angegebene ManagedPropertyenthält; andernfalls [false].
Siehe auch
Referenz
ManagedPropertyCollection Klasse