Share via


IPropertyValueGetter Interface

Definition

Provides methods for retrieving the property values of objects.

public interface class IPropertyValueGetter
public interface class IPropertyValueGetter
__interface IPropertyValueGetter
public interface IPropertyValueGetter
type IPropertyValueGetter = interface
Public Interface IPropertyValueGetter
Derived

Methods

TryGetPropertyValue(String, Object, Object)

Gets the value of the specified property on the specified object.

TryGetPropertyValue<T>(String, Object, T)

Gets the value of the specified property on the specified object.

Applies to