pmMDA.NET

DataObjectReflector.GetPropertyInfo Method (IDataObject, String)

[This is preliminary documentation and subject to change.]

Gets the property info for a specified property.

public static PropertyInfo GetPropertyInfo(
   IDataObject dataObject,
   string propertyName
);

Parameters

dataObject
The owner of the property.
propertyName
The name of the property

Return Value

The property info which represents the property.

Exceptions

Exception Type Condition
ArgumentNullException dataObject or propertyName is null.
Exception The property with the specified name could not be found.

See Also

DataObjectReflector Class | PmMda.Net.Dog.Reflection Namespace | DataObjectReflector.GetPropertyInfo Overload List