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
Public property DecimalPlaces
Public property DefaultForQueryIndependentRank
Public property DeleteDisallowed Gets a Boolean value indicating whether a managed property can be deleted.
Public property Description Gets or sets a text description for a managed property.
Public property EnabledForQueryIndependentRank
Public property EnabledForScoping Gets or sets a Boolean value indicating whether a managed property can be used in search scopes.
Public property EqualityMatchOnly
Public property FullTextQueriable Gets or sets a Boolean value indicating whether a managed property is stored in the full-text index.
Public property HasMultipleValues Gets a Boolean value indicating whether a managed property contains multiple values.
Public property ID Gets the unique ID of a managed property in the search schema.
Public property IncludeInMd5
Public property IsBacked
Public property IsInDocProps
Public property IsInFixedColumnOptimizedResults
Public property LengthNormalization Obsolete.
Public property ManagedType Gets the data type of a managed property.
Public property MappingDisallowed Gets a Boolean value indicating a whether a crawled property can be mapped to the managed property.
Public property MaxCharactersInPropertyStoreForRetrieval
Public property MaxCharactersInPropertyStoreIndex
Public property MaxCharactersInPropertyStoreNonIndex
Public property Name Gets or sets the name of a managed property.
Public property NameNormalized Gets or sets a Boolean value indicating whether the managed property is name normalized (converted to the full name).
Public property NoWordBreaker Gets or sets a Boolean value indicating whether values for this managed property go through a word breaker.
Public property OverrideValueOfHasMultipleValues
Public property PID Gets the property ID (PID) of a managed property in the search schema.
Public property PutInPropertyBlob
Public property QueryIndependentRankCustomizationDisallowed
Public property QueryPropertyBlob
Public property RemoveDuplicates Gets or sets a Boolean value indicating whether the managed property receives multiple values if there are duplicates.
Public property RespectPriority
Public property Retrievable Gets or sets a Boolean value indicating whether a managed property value is retrievable.
Public property RetrievableForResultsOnly
Public property SplitStringCharacters
Public property SplitStringOnSpace
Public property UseAAMMapping
Public property UsePronunciationString
Public property UserFlags
Public property Weight Obsolete. Gets or sets the weight setting for a managed property.

Top

Methods

  Name Description
Public method AddAlias
Public method ContainsAlias Returns a Boolean value that indicates whether the managed property contains the specified alias.
Public method Delete Deletes the managed property from the search schema.
Public method DeleteAlias Deletes the specified alias for the managed property.
Public method DeleteAllMappings Deletes all mappings for a managed property.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAliases Gets a string array that contains the aliases for a managed property.
Public method GetDocumentsFound Gets the number of documents found with the managed property.
Public method GetHashCode (Inherited from Object.)
Public method GetMappedCrawledProperties Gets the collection of CrawledProperty objects mapped to a managed property.
Public method GetMappings Gets the collection of Mapping objects for a managed property.
Public method GetSamples Returns a collection of sample values for the managed property.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetMappings Sets the collection of Mapping objects for a managed property.
Public method ToString Returns a string that represents the ManagedProperty object. (Overrides Object.ToString().)
Public method Update Updates the Shared Service Provider's search schema with changes made to the managed property.

Top

See Also

Reference

ManagedProperty Class

Microsoft.Office.Server.Search.Administration Namespace