ProfileSubtypeProperty Members
Include Protected Members
Include Inherited Members
Defines a profile subtype property.
The ProfileSubtypeProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowPolicyOverride | Gets a value indicating whether a privacy policy override is allowed for this property. | |
CoreProperty | Gets the core property that matches this profile subtype property. | |
DefaultPrivacy | Gets or sets the default privacy for this property. | |
DisplayName | Gets the display name for this property. | |
DisplayOrder | Gets position in the display order for this property. | |
IsAdminEditable | Gets a value indicating whether this property can be edited by an administrator. | |
IsAlias | Gets a value indicating whether this property is a user alias. | |
IsImported | Gets a value indicating whether this property has been imported. | |
IsRequired | Gets a value indicating whether this is a mandatory property. | |
IsSection | Gets a value indicating whether this is a section property. (Overrides PropertyBase.IsSection.) | |
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.) | |
IsUserEditable | Gets or sets a value indicating whether this property can be edited by users. | |
Name | Gets or sets the property name. (Overrides PropertyBase.Name.) | |
PartitionID | Gets the GUID that uniquely identifies the current partition for this property. (Inherited from PropertyBase.) | |
PrivacyPolicy | Gets or sets the privacy policy for this property. | |
ProfileName | Gets the name of the profile associated with this profile subtype property. | |
TypeProperty | Gets the profile type property that matches this profile subtype property. | |
UserOverridePrivacy | Gets or sets a value indicating whether a user is allowed to override the privacy for this property. |
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.) | |
WriteDisplayOrderUpdatePropertyAttributesXML | Writes to XML the property attributes, in display order, required for updating. | |
WriteRemovePropertyAttributesXML | (Overrides PropertyBase.WriteRemovePropertyAttributesXML(XmlTextWriter).) | |
WriteUpdatePropertyAttributesXML | (Overrides PropertyBase.WriteUpdatePropertyAttributesXML(XmlTextWriter, PropertyBase.DBAction).) |
Top