PropertyInfo Members
Include Protected Members
Include Inherited Members
Returns data from the user profile schema when the GetUserProfileSchema method of the UserProfileService is called.
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 Boolean value that specifies whether the property allows a user to override the policy. | |
ChoiceType | This member is reserved for internal use and is not intended to be used directly from your code. Use the corresponding PropertyInfo class member in the websvcUserProfileService namespace instead. | |
DefaultPrivacy | Gets and sets the default privacy policy for the property. | |
DisplayName | This member is reserved for internal use and is not intended to be used directly from your code. Use the corresponding PropertyInfo class member in the websvcUserProfileService namespace instead. | |
IsAlias | Gets or sets a Boolean value that specifies whether the property is an alias of a user. | |
IsColleagueEventLog | Gets or sets a Boolean value that specifies whether changes to the property are returned for change tracking in the colleague user profile. | |
IsImported | Gets and sets a Boolean value that specifies whether the property is an imported property. | |
IsMultiValue | This member is reserved for internal use and is not intended to be used directly from your code. Use the corresponding PropertyInfo class member in the websvcUserProfileService namespace instead. | |
IsReplicable | Gets and sets a Boolean value that specifies whether the property can be replicated to Windows SharePoint Services 3.0 sites. | |
IsRequired | Gets and sets a Boolean value that specifies whether the property is a required property. | |
IsUserEditable | Gets and sets a Boolean value that specifies whether the property can be edited by a user. | |
IsVisibleOnEditor | Gets and sets a Boolean value that specifies whether the property is visible on the My Profile editing page. | |
IsVisibleOnViewer | Gets and sets a Boolean value that specifies whether the property is visible in the viewer. | |
Length | Gets or sets the maximum data length for the property. | |
Name | This member is reserved for internal use and is not intended to be used directly from your code. Use the corresponding PropertyInfo class member in the websvcUserProfileService namespace instead. | |
Type | This member is reserved for internal use and is not intended to be used directly from your code. Use the corresponding PropertyInfo class member in the websvcUserProfileService namespace instead. | |
UserOverridePrivacy | Gets or sets a Boolean 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