EntityProperty Property

Summary

Gets or sets the System.Reflection.PropertyInfo to which this CatalogElement correspond.

Syntax
C#
VB
C++
public PropertyInfo EntityProperty { get; set; } 
  
Public Property EntityProperty As PropertyInfo 
public: 
property PropertyInfo^ EntityProperty { 
   PropertyInfo^ get(); 
   void set (    PropertyInfo^ ); 
} 

Property Value

A System.Reflection.PropertyInfo describing the original property.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly