PropertyBase Members
Include Protected Members
Include Inherited Members
Represents the abstract class that defines the basic elements of a profile property.
The PropertyBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsSection | Gets a value indicating whether this is a section property. | |
IsUpgrade | Gets or sets a value indicating whether this property exists in a previously upgraded installation. | |
IsUpgradePrivate | Gets or sets a value indicating whether this property exists in a previously upgraded installation. | |
Name | Gets or sets a value for the property name. | |
PartitionID | Gets the GUID that uniquely identifies the current partition for this property. |
Top
Methods
Name | Description | |
---|---|---|
Commit() | Commits changes to this property’s definition to the user profile database. | |
Commit(Boolean) | Pushes an updated property definition to the user profile database. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LoadPropertyDefinition() | Loads the property definition from the database. | |
LoadPropertyDefinition(IDataRecord) | Loads the property definition that is defined by the specified data record from the database. | |
LoadPropertyDefinition(SqlCommand, Boolean) | Loads the property definition that is defined by the specified SQL command. | |
MemberwiseClone | (Inherited from Object.) | |
PostAddedCleanup | Reloads a property definition and performs any necessary cleanup. | |
PostUpdatedCleanup | Reloads a property definition and performs any necessary cleanup. | |
ToString | (Inherited from Object.) | |
UpdateLocalizedData | Updates any localized data associated with the property. | |
WriteRemovePropertyAttributesXML | Writes to XML the property attributes required for removing. | |
WriteUpdatePropertyAttributesXML | Writes to XML the property attributes required for updating. |
Top