ManagedProperty Members
Include Protected Members
Include Inherited Members
Represents a managed property in the SharePoint Server search metadata property schema.
The ManagedProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DecimalPlaces | |
![]() |
DefaultForQueryIndependentRank | |
![]() |
DeleteDisallowed | Gets a Boolean value indicating whether a managed property can be deleted. |
![]() |
Description | Gets or sets a text description for a managed property. |
![]() |
EnabledForQueryIndependentRank | |
![]() |
EnabledForScoping | Gets or sets a Boolean value indicating whether a managed property can be used in search scopes. |
![]() |
EqualityMatchOnly | |
![]() |
FullTextQueriable | Gets or sets a Boolean value indicating whether a managed property is stored in the full-text index. |
![]() |
HasMultipleValues | Gets a Boolean value indicating whether a managed property contains multiple values. |
![]() |
ID | Gets the unique ID of a managed property in the search schema. |
![]() |
IncludeInMd5 | |
![]() |
IsBacked | |
![]() |
IsInDocProps | |
![]() |
IsInFixedColumnOptimizedResults | |
![]() |
LengthNormalization | Obsolete. |
![]() |
ManagedType | Gets the data type of a managed property. |
![]() |
MappingDisallowed | Gets a Boolean value indicating a whether a crawled property can be mapped to the managed property. |
![]() |
MaxCharactersInPropertyStoreForRetrieval | |
![]() |
MaxCharactersInPropertyStoreIndex | |
![]() |
MaxCharactersInPropertyStoreNonIndex | |
![]() |
Name | Gets or sets the name of a managed property. |
![]() |
NameNormalized | Gets or sets a Boolean value indicating whether the managed property is name normalized (converted to the full name). |
![]() |
NoWordBreaker | Gets or sets a Boolean value indicating whether values for this managed property go through a word breaker. |
![]() |
OverrideValueOfHasMultipleValues | |
![]() |
PID | Gets the property ID (PID) of a managed property in the search schema. |
![]() |
PutInPropertyBlob | |
![]() |
QueryIndependentRankCustomizationDisallowed | |
![]() |
QueryPropertyBlob | |
![]() |
RemoveDuplicates | Gets or sets a Boolean value indicating whether the managed property receives multiple values if there are duplicates. |
![]() |
RespectPriority | |
![]() |
Retrievable | Gets or sets a Boolean value indicating whether a managed property value is retrievable. |
![]() |
RetrievableForResultsOnly | |
![]() |
SplitStringCharacters | |
![]() |
SplitStringOnSpace | |
![]() |
UseAAMMapping | |
![]() |
UsePronunciationString | |
![]() |
UserFlags | |
![]() |
Weight | Obsolete. Gets or sets the weight setting for a managed property. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddAlias | |
![]() |
ContainsAlias | Returns a Boolean value that indicates whether the managed property contains the specified alias. |
![]() |
Delete | Deletes the managed property from the search schema. |
![]() |
DeleteAlias | Deletes the specified alias for the managed property. |
![]() |
DeleteAllMappings | Deletes all mappings for a managed property. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetAliases | Gets a string array that contains the aliases for a managed property. |
![]() |
GetDocumentsFound | Gets the number of documents found with the managed property. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetMappedCrawledProperties | Gets the collection of CrawledProperty objects mapped to a managed property. |
![]() |
GetMappings | Gets the collection of Mapping objects for a managed property. |
![]() |
GetSamples | Returns a collection of sample values for the managed property. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetMappings | Sets the collection of Mapping objects for a managed property. |
![]() |
ToString | Returns a string that represents the ManagedProperty object. (Overrides Object.ToString().) |
![]() |
Update | Updates the Shared Service Provider's search schema with changes made to the managed property. |
Top