Mapping Members
Include Protected Members
Include Inherited Members
Represents a crawled property mapping to a managed property in the Enterprise Search metadata property schema.
The Mapping type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Mapping | Initializes a new instance of the Mapping class based on the specified crawled property name, data type, property set, and managed property identifier (PID). |
Top
Properties
Name | Description | |
---|---|---|
CrawledPropertyName | Gets or sets the name of the crawled property for a property mapping. | |
CrawledPropertyVariantType | Gets or sets the variant data type of the crawled property for the property mapping. | |
CrawledPropset | Gets or sets the property set for the crawled property in the property mapping. | |
ManagedPid | Gets or sets the managed property identifier (PID) for the mapping. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | ||
Equals(Object) | (Inherited from Object.) | |
Equals(Mapping) | Returns a Boolean value indicating whether two property mappings are equivalent. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top