Click or drag to resize

Property Class

Exposes properties and methods that present a property of a Shell item.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.WindowsShellProperty

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class Property : IComparable, 
	IComparable<Property>

The Property type exposes the following members.

Constructors
  NameDescription
Public methodProperty
Initializes a new instance of the Property class.
Top
Properties
  NameDescription
Public propertyIsValueValid
Gets a value indicating whether this instance's value is valid.
Public propertyKey
Gets the key.
Public propertyTextValue
Gets the text value. Mostly used for debugging purposes.
Public propertyValue
Gets or sets the value.
Public propertyValueTypeName
Gets the name of the value type.
Top
Methods
  NameDescription
Public methodCompareTo
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.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also