This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The PropertyAccessor class provides fast dynamic access to a property of a specified target class.

Namespace: Smartsite.Tools.Reflection
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public class PropertyAccessor : 
Visual Basic (Declaration)Copy imageCopy Code
Public Class PropertyAccessor _
	Implements 

Inheritance Hierarchy

System..::..Object
  Smartsite.Tools.Reflection..::..PropertyAccessor

See Also

Advanced