DevForce Help Reference
GetEntityProperties Method


A Type of EntityKind
Return a list of all of the EntityProperties associated with a specified entity type.
Syntax
'Declaration
 
Public Shared Function GetEntityProperties( _
   ByVal entityType As Type _
) As EntityPropertyCollection
'Usage
 
Dim entityType As Type
Dim value As EntityPropertyCollection
 
value = EntityProperty.GetEntityProperties(entityType)
public static EntityPropertyCollection GetEntityProperties( 
   Type entityType
)

Parameters

entityType
A Type of EntityKind

Return Value

List of EntityProperty objects
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