NamedProperty Class |
Namespace: ShellBoost.Core.WindowsShell
public sealed class NamedProperty : IComparable, IComparable<NamedProperty>
The NamedProperty type exposes the following members.
Name | Description | |
---|---|---|
NamedProperty |
Initializes a new instance of the NamedProperty class.
|
Name | Description | |
---|---|---|
IsValueValid |
Gets a value indicating whether this instance's value is valid.
| |
Name |
Gets the name.
| |
TextValue |
Gets the text value. Mostly used for debugging purposes.
| |
Value |
Gets or sets the value.
| |
ValueTypeName |
Gets the name of the value type.
|
Name | Description | |
---|---|---|
CompareTo |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
| |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |