DevForce Help Reference
GetEntityProperty Method


Type of the entity.
Name of the property.
Gets the entity property for a specified entity type and property name.
Syntax
'Declaration
 
Public Shared Function GetEntityProperty( _
   ByVal entityType As Type, _
   ByVal propertyName As String, _
   Optional ByVal ignoreCase As Boolean _
) As EntityProperty
'Usage
 
Dim entityType As Type
Dim propertyName As String
Dim ignoreCase As Boolean
Dim value As EntityProperty
 
value = EntityProperty.GetEntityProperty(entityType, propertyName, ignoreCase)
public static EntityProperty GetEntityProperty( 
   Type entityType,
   string propertyName,
   bool ignoreCase
)

Parameters

entityType
Type of the entity.
propertyName
Name of the property.
ignoreCase
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

Reference

EntityProperty Class
EntityProperty Members

Send Feedback