ProfilePropertyValue Members
Include Protected Members
Include Inherited Members
Displays the value of the specified profile property.
The ProfilePropertyValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProfilePropertyValue | Initializes a new instance of the ProfilePropertyValue class. |
Top
Properties
Name | Description | |
---|---|---|
ApplyFormatting | Gets or sets a Boolean value that specifies whether HTML formatting should be applied to the value. | |
PrefixBrIfNotEmpty | Gets or sets a Boolean value that specifies whether the value should be prefixed with a <BR> tag if it is not empty. | |
PropertyName | Gets or sets the name of the profile property. This member is reserved for internal use and is not intended to be used directly from your code. | |
ShowPrivate | Gets or sets a value that determines whether to display private properties. This class or member is deprecated. When you upgrade or write new applications that use this class or member, use the new class or member instead. | |
TitleMode | Gets or sets a value that indicates whether to render just the text of the control without the surrounding tags. |
Top
Methods
Name | Description | |
---|---|---|
OnPreRender | Handles the PreRender event. (Overrides Control.OnPreRender(EventArgs).) | |
Render | Renders the ProfilePropertyValue control to the client. (Overrides WebControl.Render(HtmlTextWriter).) |
Top