| Visual Basic (Declaration) | |
|---|---|
Public Shared Function GetEntityProperties( _ ByVal entityType As Type _ ) As EntityPropertyCollection | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim entityType As Type Dim value As EntityPropertyCollection value = EntityProperty.GetEntityProperties(entityType) | |
| C# | |
|---|---|
public static EntityPropertyCollection GetEntityProperties( Type entityType ) | |
| C++/CLI | |
|---|---|
public: static EntityPropertyCollection^ GetEntityProperties( Type^ entityType ) | |
Parameters
- entityType
- A Type of EntityKind
Return Value
List of EntityProperty objectsTarget Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family