CoreProperty properties

The CoreProperty type exposes the following members.

Properties

  Name Description
Public property Description Gets or sets the user-facing localized description of the profile core property.
Public property DescriptionLocalized Retrieves a list of the localized user-facing descriptions for the profile core property.
Public property DisplayName Gets or sets the localized display name of the profile core property.
Public property DisplayNameLocalized Retrieves a list of localized user-facing display names for the profile core property.
Public property IsAlias Gets or sets a value indicating whether this profile core property serves as the alias of the user.
Public property IsMultivalued Gets or sets a value indicating whether the profile core property can have multiple values.
Public property IsSearchable Gets or sets a value indicating whether values of this profile core property are indexed by search.
Public property IsSection Gets a value indicating whether this property is a section. (Overrides PropertyBase.IsSection.)
Public property IsUpgrade Gets or sets a value indicating whether this property exists in a previously upgraded installation. (Inherited from PropertyBase.)
Public property IsUpgradePrivate Gets or sets a value indicating whether this property exists in a previously upgraded installation. (Inherited from PropertyBase.)
Public property Length Gets or sets the maximum data length of the profile core property.
Public property ManagedPropertyName Retrieves the managed property name for the profile core property that is used for search queries.
Public property Name Gets or sets the name that uniquely identifies this profile core property for this site and in the user profile database. (Overrides PropertyBase.Name.)
Protected property PartitionID Gets the GUID that uniquely identifies the current partition for this property. (Inherited from PropertyBase.)
Public property Separator Gets or sets the value of the separator used by the user interface for user profile core properties that have multiple values.
Public property TermSet Gets or sets the TermSet for this profile core property. This is the term set from which taxonomic terms are retrieved and to which they are stored. The keywords term set is used by default when no term set has been specified.
Public property Type Gets or sets the name of the data type of the profile core property.
Public property UseCount Gets the number of times this property is used in the user profiles database.

Top

See also

Reference

CoreProperty class

Microsoft.Office.Server.UserProfiles namespace