Click or drag to resize

IPropertyTarget Interface

This interace describes the capability of storing property values. The properties are name with a unique strings.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public interface IPropertyTarget

The IPropertyTarget type exposes the following members.

Methods
  NameDescription
Public methodResetValue
Resets the specified property.
Public methodSetValue
Sets the value of the specified property. If the property did exist until now, it is created.
Top
See Also