%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
PropertyInfo Property
See Also  Send Feedback
KellermanSoftware.CompareNetObjects Namespace > PropertyEntity Class : PropertyInfo Property


Glossary Item Box

Reference to the property info

Syntax

Visual Basic (Declaration) 
Public Property PropertyInfo As System.Reflection.PropertyInfo
Visual Basic (Usage)Copy Code
Dim instance As PropertyEntity
Dim value As System.Reflection.PropertyInfo
 
instance.PropertyInfo = value
 
value = instance.PropertyInfo
C# 
public System.Reflection.PropertyInfo PropertyInfo {get; set;}
Managed Extensions for C++ 
public: __property System.Reflection.PropertyInfo* get_PropertyInfo();
public: __property void set_PropertyInfo( 
   System.Reflection.PropertyInfo* value
);

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Kellerman Software 2018 All Rights Reserved.