Property Class |
Namespace: ShellBoost.Core.WindowsShell
public sealed class Property : IComparable, IComparable<Property>
The Property type exposes the following members.
Name | Description | |
---|---|---|
IsValueValid |
Gets a value indicating whether this instance's value is valid.
| |
Key |
Gets the key.
| |
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.) |