CrawledPropertyInfoCollection-Klasse
Diese Klasse stellt eine Auflistung der gecrawlten Eigenschaften im Schema suchen.
Vererbungshierarchie
System.Object
Microsoft.Office.Server.Search.Administration.BaseInfoCollection<CrawledPropertyInfo>
Microsoft.Office.Server.Search.Administration.CrawledPropertyInfoCollection
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class CrawledPropertyInfoCollection _
Inherits BaseInfoCollection(Of CrawledPropertyInfo)
'Usage
Dim instance As CrawledPropertyInfoCollection
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class CrawledPropertyInfoCollection : BaseInfoCollection<CrawledPropertyInfo>
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.