Share via


PropertyInfo Members

Include Protected Members
Include Inherited Members

Represents the information about a user profile property.

The PropertyInfo type exposes the following members.

Constructors

  Name Description
Public method PropertyInfo Initializes a new instance of the PropertyInfo class.

Top

Properties

  Name Description
Public property AllowPolicyOverride Gets or sets a value that specifies whether the site administrator can override the default user profile policy.
Public property ChoiceType Gets or sets the type of choice list for a user profile property.
Public property DefaultPrivacy Gets or sets the default privacy policy.
Public property Description Gets or sets the description of the property.
Public property DisplayName Gets or sets the localized display name of the user profile property.
Public property DisplayOrder Gets or sets the order in which user profile properties are displayed.
Public property IsAdminEditable Gets or sets a value that specifies whether the administrator can edit this user profile property.
Public property IsAlias Gets or sets a value that specifies whether this user profile property serves as the alias of the user.
Public property IsColleagueEventLog Gets or sets a value that specifies whether changes to the property are returned for change tracking in the colleague user profile.
Public property IsImported Gets or sets a value that specifies whether the property is an imported property.
Public property IsMultiValue Gets or sets a value that specifies whether the property is a multivalue property.
Public property IsReplicable Gets or sets a value that specifies whether the property can be replicated to Windows SharePoint Services 3.0 sites.
Public property IsRequired Gets or sets a value that specifies whether the property is required.
Public property IsSearchable Gets or sets a value that specifies whether the values of this profile core property are indexed by Search.
Public property IsSystem Gets or sets a value indicating whether this user profile property is a reserved system property.
Public property IsUserEditable Gets or sets a value that specifies whether this property can be edited by the user.
Public property IsVisibleOnEditor Gets or sets a value that specifies whether the property is visible on the My Profile editing page.
Public property IsVisibleOnViewer Gets or sets a value that specifies whether the property is visible on the default profile site.
Public property Length Gets or sets the maximum length for the property.
Public property ManagedPropertyName Gets or sets the value that is used in URL encodings when searching for other properties with the same value.
Public property MaximumShown Gets or sets the maximum number of values shown for this property.
Public property Name Gets or sets the name of the property.
Public property TermSetId Gets or sets the GUID of the term set for the user profile property.
Public property Type Gets or sets the type of the property.
Public property UserOverridePrivacy Gets or sets a value that specifies whether a user is allowed to override the property privacy policy.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

PropertyInfo Class

UserProfileService Web Service