ProfileTypeProperty members
Defines a profile type property.
The ProfileTypeProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CoreProperty | Returns the core property that matches this profile type property. |
![]() |
IsEventLog | Gets or sets a value indicating whether changes to this property are returned for change tracking. |
![]() |
IsReplicable | Gets or sets a value indicating whether this property should be replicated to Microsoft SharePoint Foundation 2010 sites. |
![]() |
IsSection | Gets a value indicating whether this is a section property. (Overrides PropertyBase.IsSection.) |
![]() |
IsSystem | Gets a value indicating whether this is a system-reserved property. |
![]() |
IsUpgrade | Gets or sets a value indicating whether this property exists in a previously upgraded installation. (Inherited from PropertyBase.) |
![]() |
IsUpgradePrivate | Gets or sets a value indicating whether this property exists in a previously upgraded installation. (Inherited from PropertyBase.) |
![]() |
IsVisibleOnEditor | Gets or sets a value indicating whether this property is visible on the profile editing page. |
![]() |
IsVisibleOnViewer | Gets a value indicating whether this property is visible on the default profile viewer page. |
![]() |
MaximumShown | Gets a value indicating whether the maximum number of multivalue options will be shown on the edit profile page. |
![]() |
Name | Gets or sets a value for the property name. (Overrides PropertyBase.Name.) |
![]() |
PartitionID | Gets the GUID that uniquely identifies the current partition for this property. (Inherited from PropertyBase.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Commit() | Commits changes to this profile subtype property's definition to the user profile database. (Overrides PropertyBase.Commit().) |
![]() |
Commit(Boolean) | Pushes an updated property definition to the user profile database. (Inherited from PropertyBase.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
LoadPropertyDefinition() | (Overrides PropertyBase.LoadPropertyDefinition().) |
![]() |
LoadPropertyDefinition(IDataRecord) | (Overrides PropertyBase.LoadPropertyDefinition(IDataRecord).) |
![]() |
LoadPropertyDefinition(SqlCommand, Boolean) | Loads the property definition that is defined by the specified SQL command. (Inherited from PropertyBase.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
PostAddedCleanup | Reloads a property definition and performs any necessary cleanup. (Inherited from PropertyBase.) |
![]() |
PostUpdatedCleanup | Reloads a property definition and performs any necessary cleanup. (Inherited from PropertyBase.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateLocalizedData | Updates any localized data associated with the property. (Inherited from PropertyBase.) |
![]() |
WriteRemovePropertyAttributesXML | (Overrides PropertyBase.WriteRemovePropertyAttributesXML(XmlTextWriter).) |
![]() |
WriteUpdatePropertyAttributesXML | (Overrides PropertyBase.WriteUpdatePropertyAttributesXML(XmlTextWriter, PropertyBase.DBAction).) |
Top