ProfileParameter Constructor
.NET Framework 3.0
Initializes a new instance of the ProfileParameter class.
| Name | Description |
|---|---|
| ProfileParameter () | Initializes a new instance of the ProfileParameter class. |
| ProfileParameter (ProfileParameter) | Initializes a new instance of the ProfileParameter class with the values of the instance specified by the original parameter. |
| ProfileParameter (String, String) | Initializes a new named instance of the ProfileParameter class, using the specified property name to identify which ASP.NET Profile property to bind to. |
| ProfileParameter (String, TypeCode, String) | Initializes a new named and strongly typed instance of the ProfileParameter class, using the specified property name to identify which ASP.NET Profile property to bind to. |
Community Additions
ADD
Show: