The ProfileItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ProfileItem(String, String, Object) |
Initializes a new instance of the ProfileItem class.
| |
| ProfileItem(String, String, String) |
Initializes a new instance of the ProfileItem class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides Object..::..Equals(Object).) | |
| Equals(ProfileItem) |
Determines whether the specified ProfileItem is equal to the current ProfileItem.
| |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Overrides Object..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Overrides Object..::..ToString()()()().) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Determines whether two instances of ProfileItem are equal.
| |
| Inequality |
Determines whether two instances of ProfileItem are not equal.
|
Properties
| Name | Description | |
|---|---|---|
| IsPlainTextValue |
Gets a value indicating whether this profile item is stored with a plain text value.
| |
| Key |
Gets the key.
| |
| NamespacePath |
Gets the namespace path.
| |
| Value |
Gets the value.
|