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 | |
---|---|---|
CategoryName | Gets the name of the category that the crawled property belongs to. | |
IsMappedToContents | Gets or sets a Boolean value indicating whether to map the contents of the crawled property to the search index. | |
IsMultiValued | Gets a Boolean value indicating that the crawled property can take multiple values as input. | |
IsNameEnum | Gets a Boolean value indicating that the name of the crawled property is an enumeration (as opposed to a string). | |
Name | Gets the name of the crawled property. | |
Propset | Gets the property set of the crawled property. | |
VariantType | Gets the variant type of the crawled property. |
Top
Methods
Name | Description | |
---|---|---|
GetMappedManagedProperties | Gets a list of managed properties that this crawled property is mapped to. | |
Update | Updates the crawled property. |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace