←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly