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