Click or drag to resize

IPropertySource Interface

This interface describes the capability of reading properties. The properties are named with a unique string.

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

The IPropertySource type exposes the following members.

Methods
  NameDescription
Public methodCanGetValue
Checks, whether this object can retrieve the value for the specified property, or not.
Public methodGetValue
Gets the value of the specified property.
Top
See Also