IPropertyTValue Properties

The IPropertyTValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCanBeSet
Gets a value indicating whether the current state of the property allows the value to be set
Public propertyIsApplicable
Gets a value indicating whether the property is applicable
(Inherited from IReadOnlyPropertyTValue.)
Public propertyIsReadOnly
Gets a value indicating whether the property is read-only
Public propertyTestStatus
Gets the test status of the property
(Inherited from IReadOnlyPropertyTValue.)
Public propertyValue
Gets or sets the value of this property
Top
See Also