Share via


CrawledProperty Members

Include Protected Members
Include Inherited Members

Represents a crawled property in the index schema.

The CrawledProperty type exposes the following members.

Properties

  Name Description
Public property CategoryName Gets the name of the category that the crawled property belongs to.
Public property IsMappedToContents Gets or sets a Boolean value indicating whether to map the contents of the crawled property to the search index.
Public property IsMultiValued Gets a Boolean value indicating that the crawled property can take multiple values as input.
Public property IsNameEnum Gets a Boolean value indicating that the name of the crawled property is an enumeration (as opposed to a string).
Public property Name Gets the name of the crawled property.
Public property Propset Gets the property set of the crawled property.
Public property VariantType Gets the variant type of the crawled property.

Top

Methods

  Name Description
Public method GetMappedManagedProperties Gets a list of managed properties that this crawled property is mapped to.
Public method Update Updates the crawled property.

Top

See Also

Reference

CrawledProperty Interface

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace